Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-18-2002, 07:12 PM   PM User | #1
masdi
New to the CF scene

 
Join Date: Jul 2002
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
masdi is an unknown quantity at this point
Question Html links

I'm building a website and I'm having a problem removing the line under my links. anybady here got an idea how to fix that?
thank you.
masdi is offline   Reply With Quote
Old 12-11-2005, 11:02 PM   PM User | #2
thesmart1
Regular Coder

 
thesmart1's Avatar
 
Join Date: Dec 2005
Posts: 369
Thanks: 7
Thanked 3 Times in 3 Posts
thesmart1 is an unknown quantity at this point
Code:
Code:
<a href="url-goes-here" style="text-decoration: none">
thesmart1 is offline   Reply With Quote
Old 12-11-2005, 11:09 PM   PM User | #3
Ranger56
Regular Coder

 
Ranger56's Avatar
 
Join Date: Mar 2005
Location: Kent, WA.
Posts: 783
Thanks: 0
Thanked 0 Times in 0 Posts
Ranger56 is an unknown quantity at this point
in the css, put this

Code:
a:link, a:visited, a:hover, a:active{
     text-decoration:none;
}
__________________
Ranger56 is offline   Reply With Quote
Old 12-12-2005, 12:14 AM   PM User | #4
thesmart1
Regular Coder

 
thesmart1's Avatar
 
Join Date: Dec 2005
Posts: 369
Thanks: 7
Thanked 3 Times in 3 Posts
thesmart1 is an unknown quantity at this point
Geez, what ever happened to good ol' HTML?
thesmart1 is offline   Reply With Quote
Old 12-12-2005, 12:18 AM   PM User | #5
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Quote:
Originally Posted by thesmart1
Geez, what ever happened to good ol' HTML?
Funny how you say that when your example still uses CSS except its inline CSS.
_Aerospace_Eng_ is offline   Reply With Quote
Old 12-12-2005, 09:04 AM   PM User | #6
Bill Posters
Senior Coder

 
Join Date: Feb 2003
Posts: 1,665
Thanks: 0
Thanked 27 Times in 25 Posts
Bill Posters will become famous soon enough
Quote:
Originally Posted by thesmart1
Geez, what ever happened to good ol' HTML?
It got ol'.

Bill Posters is offline   Reply With Quote
Old 12-18-2005, 06:48 PM   PM User | #7
thesmart1
Regular Coder

 
thesmart1's Avatar
 
Join Date: Dec 2005
Posts: 369
Thanks: 7
Thanked 3 Times in 3 Posts
thesmart1 is an unknown quantity at this point
...crying...
...HTML...I knew thee well...
...sob...
...Why dost thou age so?

lol
thesmart1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:24 AM.


Advertisement
Log in to turn off these ads.