links (Full Version)

All Forums >> [Web Development] >> Microsoft FrontPage Help



Message


Guest -> links (4/4/2001 14:19:00)

I know you have discussed this issue before in this forum and i was hoping you could direct me this time.

How do i remove the underline from my links?
And is it posible to remove the underline from specific links instead of removing the underline from all the links on the page.

Thanks so much!!!





Reflect -> RE: links (4/4/2001 16:16:00)

Hi Kristy,

Use CSS. I use an external file which is referenced by putting this in between you
<head>
<link REL="stylesheet" REF="css/style.css">
</head> tags.

Then make a directory named css.

Use Windows Notepad and put in...

<style type="text/css">
a.nounder:link {text-decoration: none; }
</style>

Call it style.css (make sure when you go to save in Notepad that you click on file type and set it to "all files").

Move this new file to your CSS directory.

Now go to where you want to use the no underline effect for your hyperlink and change it from...

<a href="http://yourdomain.com">

to appear as follows...

<a href="http://yourdomain.com" class="nounder">
All on one line. You are basicly adding class="nounder to the end of your hyperlink.

And you will now have a non underlined hyperlink.

Hope this helps,

Brian

------------------
Work hard, play fair, stay sane

[This message has been edited by GWJ (edited 04-04-2001).]





Guest -> RE: links (4/5/2001 23:16:00)

Thanks!! That exactly what i needed.




Reflect -> RE: links (4/5/2001 13:55:00)

Hi Kristy,

Glad I could help.

Take care,

Brian

------------------
Work hard, play fair, stay sane





Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875