Board index » Web Programming » Wrap Button Text
|
Wenhao
|
|
Wenhao
|
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! - |
| Thomas
Registered User |
Mon Dec 20 16:16:25 CST 2004
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... QuoteHow can I wrap the text inside a SUBMIT button? I've tried putting a <br> - |
| johncello
Registered User |
Tue Dec 21 11:07:09 CST 2004
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: QuoteHow can I wrap the text inside a SUBMIT button? I've tried putting a <br> |
| Bill
Registered User |
Tue Dec 21 23:58:45 CST 2004
Re:Wrap Button Text
Way cool - THANKS!!!
"John Cello" <johncello@johncelloconsulting.com.nospam>wrote in message QuoteBill: - |
