Two-Line Interactive Button

T

Tony

How can you get two lines of text on an interactive button? Can it be done?

I tried a <br> but it just prints it out like this "line1<br>line2" all on
one line.

Thanks
 
A

Andre Rodziewicz

You need to use the special symbol character for line feed which is
&#10. If you want a button with "Line One" and "Line Two" on the next
line do the following:

Create your form with buttons. Go into HTML view and change the value
attribute of your button as follows: value="Line One
Line Two"

===============
Andre Rodziewicz
WimbledonVisitor.Com
The Website for Wimbledon
The Wimbledon Business Directory
Search Engine Optimisation and Web Design
Helping your business reach the world
http://www.wimbledonvisitor.com/products
 
S

Stefan B Rusynko

Doesn't work w/ interactive buttons which generate images from the button text in the dialog (no html to edit)

--




| You need to use the special symbol character for line feed which is
| &#10. If you want a button with "Line One" and "Line Two" on the next
| line do the following:
|
| Create your form with buttons. Go into HTML view and change the value
| attribute of your button as follows: value="Line One
Line Two"
|
| ===============
| Andre Rodziewicz
| WimbledonVisitor.Com
| The Website for Wimbledon
| The Wimbledon Business Directory
| Search Engine Optimisation and Web Design
| Helping your business reach the world
| http://www.wimbledonvisitor.com/products
|
|
|
| > How can you get two lines of text on an interactive button? Can it be done?
| >
| > I tried a <br> but it just prints it out like this "line1<br>line2" all on
| > one line.
| >
| > Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top