CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Html links (http://www.codingforums.com/showthread.php?t=2287)

masdi 07-18-2002 07:12 PM

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.

thesmart1 12-11-2005 11:02 PM

Code:
Code:

<a href="url-goes-here" style="text-decoration: none">

Ranger56 12-11-2005 11:09 PM

in the css, put this

Code:

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

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.

Bill Posters 12-12-2005 09:04 AM

Quote:

Originally Posted by thesmart1
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


All times are GMT +1. The time now is 01:09 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.