Board index » Web Programming » Wrap Button Text

Wrap Button Text

Web Programming38
How can I wrap the text inside a SUBMIT button? I've tried putting a <br>

inside the VALUE= text, but it just prints the <br>in the button text.



Thanks!


-
 

Re:Wrap Button Text

Not possible. Create an image instead to use.



--

==============================================

Thomas A. Rowe (Microsoft MVP - FrontPage)

WEBMASTER Resources(tm)

www.ycoln-resources.com">www.ycoln-resources.com

FrontPage Resources, WebCircle, MS KB Quick Links, etc.

==============================================

To assist you in getting the best answers for FrontPage support see:

www.net-sites.com/sitebuilder/newsgroups.asp">www.net-sites.com/sitebuilder/newsgroups.asp



"Bill" <nowhere@fooemail.com>wrote in message news:%23JqZS2t5EHA.1404@TK2MSFTNGP11.phx.gbl...

Quote
How can I wrap the text inside a SUBMIT button? I've tried putting a <br>

inside the VALUE= text, but it just prints the <br>in the button text.



Thanks!









-

Re:Wrap Button Text

Bill:

Try this:

<button type="submit" style="width: 130px; height: 35px">Test Test Test<br>

Test Test Test</button>



Hope this helps.

John Cello

www.johncelloconsulting.com



"Bill" wrote:



Quote
How can I wrap the text inside a SUBMIT button? I've tried putting a <br>

inside the VALUE= text, but it just prints the <br>in the button text.



Thanks!







-

Re:Wrap Button Text

Way cool - THANKS!!!







"John Cello" <johncello@johncelloconsulting.com.nospam>wrote in message

Quote
Bill:

Try this:

<button type="submit" style="width: 130px; height: 35px">Test Test

Test<br>

Test Test Test</button>



Hope this helps.

John Cello

www.johncelloconsulting.com



"Bill" wrote:



>How can I wrap the text inside a SUBMIT button? I've tried putting a

<br>

>inside the VALUE= text, but it just prints the <br>in the button text.

>

>Thanks!

>

>

>





-