Log In · Register

 
 
Closed TopicStart new topic
Links, How do you make the undeline go away
simple_tranquili...
post Aug 10 2004, 06:06 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: Aug 2004
Member No: 39,185



i need help.How do you make the undeline go away for the links but still keep them the same color???
 
boysbr3akhearts
post Aug 10 2004, 06:09 PM
Post #2


i LUST you. <3
*****

Group: Member
Posts: 715
Joined: Jun 2004
Member No: 22,299



CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
    color:#808080;
    font:normal 10px arial;line-height:12px;
    text-decoration: none;
    }

a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
    color:#808080;
    font:normal 10px arial;
    line-height:12px;
    text-decoration: none;
    }

a:hover {
/* edits when user mouseovers the links */
    color:#FDCBE5;
    font:normal 10px arial;
    line-height:12px;
    cursor: none;
    text-decoration: none;
    }
</style>
<!-- end code provided by createblog.com -->


Change that code around... Or just add text-decoration: none; to your CSS like shown above. That will get rid of the underline.
 
simple_tranquili...
post Aug 10 2004, 06:13 PM
Post #3


Newbie
*

Group: Member
Posts: 6
Joined: Aug 2004
Member No: 39,185



thanx again
 

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