How do I remove underining from a link?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I changed the font setting and the link is not underlined in the PREVIEW
mode, but when the page is posted, the underline is still there.
 
Switch to Code View.

in the <head> section of your code, put:

<style>
a{text-decoration:none}
</style>
 
Won't work for a link.

Actually, yes it will. If you select a hyperlink and click the
Underline button on the toolbar, FrontPage will add an inline style
that removes the underline on the hyperlink.

Now, is that a good idea? Not really. An external style sheet is a
better idea so that you can easily manipulate the appearance of all
hyperlinks. Obviously, if you use inline styles, adding an external
style sheet later will do nothing because the inline style will
override it.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com
http://www.jimcobooks.com
-----------------------------------------------
Read our new article on moving from FrontPage
to Expression Web at http://www.jimcobooks.com.

Author:
Special Edition Using Microsoft Expression Web (Releasing soon!)

Book includes a CD with FREE FULL VERSIONS of:
DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
The Logo Creator (www.thelogocreator.com)
 
Maybe I'm late, but try selecting, in Design, the Hyperlink and clicking the
Underlining button.

I say they're Flash controls, joint with Java applets, but this buttons
don't work in Google page indexing, or other search engines. You can't crawl
pages for sitemaps with these.

Try AspHost4Free. They have DB/MDB/Access Support, ASP support and FP
Extensions :-)

http://www.asphost4free.com/
 
Exactly *what* are Flash controls?

I think you've come in on a completely different discussion.
 
Back
Top