Is there an automatic setting in front page 2003 for no underline.

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

Guest

I'm editing a site previously created in macromedia. In design and preview
modes there is no underline. When published the links are underlined. I can
not figure out how to remove the underlines from the hyperlinks.
 
Requires using CSS, add the following to the head section of your pages:

<style>
<!--
a {text-decoration:none}
-->
</style>

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Enlighten me please. I constantly questions similar to this, and wonder why
you want to code this non-standard method. Do you want folks to simply
stumble onto the link, or do you want them to accidently visit the link? If
a link is important enough to be coded, it should be visible.
 
I too would like to highlight hyperlinks without using underline. (Chuck,
mine are blue and rollover as pink, so I don't think people will only find
them by accident.)

I'm brand new to web design, so I'm not sure what to do with your CSS code,
Thomas, nor where the "head section" is. I've stuck it in a coupla places to
no avail. Can you help me?

Thanks,

Michelle
 
Switch to code view.
the head section is the area between:
<head>
and
</head>

at the top of the page

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