Log In · Register

 
 
Closed TopicStart new topic
Underline removed
FoxLucky
post May 26 2007, 11:19 PM
Post #1


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873



HaHa this is going to sound like a stupid question but how do I remove the underline on the default links

I tried
text-decoration:none;
and
text-decoration:normal;

But neither worked _unsure.gif
 
YourSuperior
post May 26 2007, 11:27 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Try this:

CODE
<style type="text/css">
a {
text-decoration: none;
}
</style>
 
FoxLucky
post May 26 2007, 11:28 PM
Post #3


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873



Well I did put it in the properties list for the links but I'll try it by itself... thanks

***Didn't work
 
*StanleyThePanda*
post May 26 2007, 11:31 PM
Post #4





Guest






Uhm.. post your code?
 
freeflow
post May 27 2007, 12:26 PM
Post #5


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



CODE
<style>
a:link, a.man, a:active, a:hover, a:visited{ text-decoration: none; font-weight: normal;}</style>
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: