我们在使用html控件的时候提示换行分为三种方式:
第一种:
直接换行
<input type="text" tilte="pan
da">
第二种:
插入换行符号
<input type="text" tilte="pan da">
第三种:
<input type="text" tilte="pan da">
以上是html的提示换行!
如果我们在用到webControl的时候
就直接用/n
如:
<asp:Button id="btnTitle" runat="server" tooltip="pan/nda" />
现在用jquery也很强大!插件也很强大!