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

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.
 
T

Thomas A. Rowe

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.
==============================================
 
C

Chuck Davis

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.
 
G

Guest

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
 
S

Steve Easton

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
 

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