interactive buttons - text two lines instead of one?

D

DianaH

On the interactive buttons (FP 2003), is it possible to force the text to
display two lines instead of just one.

Thanks for any thoughts.
 
T

Trevor L.

I use this on a standard button
<input type="button" value="Play/Stop
Music"
onclick="playSound('audio/minuet.wav')"/>
and Music appears on a second line

Tom,
Is this also valid for interactive buttons? (I have never used them.)

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
No, sorry.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/

About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
DianaH said:
On the interactive buttons (FP 2003), is it possible to force the
text to display two lines instead of just one.

Thanks for any thoughts.
 
R

Ronx

No - not the same thing.

Adding text to a <button> is adding HTML encoded characters to a Form
element.
Adding text to an Interactive Button is incorporating plain text in a
graphic.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


Trevor L. said:
I use this on a standard button
<input type="button" value="Play/Stop
Music"
onclick="playSound('audio/minuet.wav')"/>
and Music appears on a second line

Tom,
Is this also valid for interactive buttons? (I have never used them.)

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
No, sorry.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/

About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
DianaH said:
On the interactive buttons (FP 2003), is it possible to force the
text to display two lines instead of just one.

Thanks for any thoughts.
 
D

DianaH

Boooo .... I was hoping there was a way to beat this.
I like using the interactive buttons because the text is clearer than exists
when I create my own buttons. double boooooooo

thanks for your replies.
Appreciated.


Ronx said:
No - not the same thing.

Adding text to a <button> is adding HTML encoded characters to a Form
element.
Adding text to an Interactive Button is incorporating plain text in a
graphic.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


Trevor L. said:
I use this on a standard button
<input type="button" value="Play/Stop
Music"
onclick="playSound('audio/minuet.wav')"/>
and Music appears on a second line

Tom,
Is this also valid for interactive buttons? (I have never used them.)

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
No, sorry.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/

About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
On the interactive buttons (FP 2003), is it possible to force the
text to display two lines instead of just one.

Thanks for any thoughts.
 

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