Jim Buyens
Microsoft FrontPage MVP http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
there is a script that you can insert into your web page that will prevent
underlining from showing on your hyperlink until your cursor goes over the
link
there is a script that you can insert into your web page that will prevent
underlining from showing on your hyperlink until your cursor goes over the
link
You don't want to use CSS? You insist on JavaScript?
Jim Buyens
Microsoft FrontPage MVP http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
Same way as in FP2002
Select the hyperlink dialog and Style Format Font - no decoration
Which will generate an inline style
<a style="text-decoration: none" href="abc.com">abc</a>
--
| In frontpage2003 how do you go about elimating the underline over a link
| unless you hover over it?
|
|
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.