navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

links

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> links
Page: [1]
 
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

 

Posts: 4769
From: USA
Status: offline

 
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).]


(in reply to Guest)
Guest


 
RE: links - 4/5/2001 23:16:00   
Thanks!! That exactly what i needed.

(in reply to Guest)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: links - 4/5/2001 13:55:00   
Hi Kristy,

Glad I could help.

Take care,

Brian

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


(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> links
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts