开发者

Jquery Dialog, Adding a new line of styled text

I am trying to create a customer support dialog. I want the dialog 开发者_高级运维to have two lines of text, and a title. The first line will be an error message, and the second will be a bold customer service number. This may be hard to picture so I added a dialog I made in paint to help out:

Jquery Dialog, Adding a new line of styled text

I tried making a new line statement (string Error = "You have an error... number \n Customer Support...) to see if I could separate the text but that did not work. Any suggestions?


Why \n? You should use <br />.

"You have an error... number <br /> Customer Support: ..."
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜