Wrap text in button

M

Mike

Is there a way in FP2003 to wrap the text within a
button? Rather than resize the button lengthwise, I want
to have the text over two lines within the same button.
 
T

Tom Pepper Willett

No, sorry.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| Is there a way in FP2003 to wrap the text within a
| button? Rather than resize the button lengthwise, I want
| to have the text over two lines within the same button.
 
S

Steve Easton

Actually there is by using the ASCII decimal value to create a new line.
Try this:

<input type="button" value="Testing
Testing">

It will not display as 2 lines in design view, but will in "preview or Preview in Browser.
I checked it in both IE and Mozilla.

hth

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

It's not gonna stretch the height of the underlying image though...at least I don' think so...so you may end up with the same problem only verticaallly challenged.
 
S

Steve Easton

They didn't say image, they said Button.

;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

It's not gonna stretch the height of the underlying image though...at least I don' think so...so you
may end up with the same problem only verticaallly challenged.
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

boo-ton


Steve Easton said:
They didn't say image, they said Button.

;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

It's not gonna stretch the height of the underlying image though...at least I don' think so...so you
may end up with the same problem only verticaallly challenged.
 
T

Thomas A. Rowe

Steve,

Many users consider the image links in themes to be buttons. <g>

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

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

Steve Easton

The horizontal alignment will be right if you don't use spaces in addition to the new line
character.
Like this: Testing
Testing
Not like this: Testing
Testing or this Testing
Testing


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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