Change the wrapping style for interative button

S

Stukmeister

I am using FP 2003 v SP3. How do I change the "wrapping style" appearance for
an interactive button? I would like for the text to wrap around the buttom.
 
R

Ronx

You can't. The text for an Interactive button, or a navigation button
created in any version of FrontPage, will always be on one line.
The only alternative is to create your own buttons, complete with text,
in a graphics editor.
 
S

Stukmeister

I'm not wanting to wrap the text inside the button. I want to wrap the text
that surrounds the button on the page. Like on "Picture Properties >
Appearance > Wrapping Style > Right" for example. Can I do that?
 
T

Thomas A. Rowe

You would have to create your own image/button, import into FP and then insert on your page, then
you can use the Picture Properties.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
R

Ronx

Yes. In Code View add a style to float the image either left or right,
with a suitable margin to separate the image from surrounding text.

Example (this should all be on one line):

<p>
<img border="0" id="img6" src="images/button1F.gif"
style="float: right; margin: 10px;" height="20"
width="100" alt="Not Linked"
onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/button1D.gif')"
onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/button1F.gif')"
onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/button1E.gif')"
onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/button1D.gif')"
fp-style="fp-btn: Soft Capsule 4; fp-transparent: 1"
fp-title="Not Linked">The yellow button is not linked to anywhere in the
site, its presence is to check the onmouseup event.</p>



--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
T

Thomas A. Rowe

Ronx,

Will FP maintain the alignment style, if the button(s) are edited?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 

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