View Full Version : Html links
masdi
07-18-2002, 07:12 PM
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.
thesmart1
12-11-2005, 11:02 PM
Code:
<a href="url-goes-here" style="text-decoration: none">
Ranger56
12-11-2005, 11:09 PM
in the css, put this
a:link, a:visited, a:hover, a:active{
text-decoration:none;
}
thesmart1
12-12-2005, 12:14 AM
Geez, what ever happened to good ol' HTML?
_Aerospace_Eng_
12-12-2005, 12:18 AM
Geez, what ever happened to good ol' HTML?
Funny how you say that when your example still uses CSS except its inline CSS.
Bill Posters
12-12-2005, 09:04 AM
Geez, what ever happened to good ol' HTML?
It got ol'.
;)
thesmart1
12-18-2005, 06:48 PM
...crying...
...HTML...I knew thee well...
...sob...
...Why dost thou age so?
lol
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.