The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove the underline links [Tricks]

Go down

Remove the underline links [Tricks] Empty Remove the underline links [Tricks]

Post by nirupan October 13th 2008, 10:46 pm

Code:
a:link{
 text-decoration: none;
 }
a:hover{
 text-decoration: none;
 }
a:active{
 text-decoration: none;
 }
a:visited{
 text-decoration: none;
 }
a.forumtitle {
text-decoration: none;
}
a.forumtitle:hover {
text-decoration: none;
}
a.forumtitle:active {
text-decoration: none;
}a.topictitle {
text-decoration: none;
}
a.topictitle:hover {
text-decoration: none;
}
a.topictitle:active {
text-decoration: none;
 }
Add this in your css stylesheet
avatar
nirupan
New Member

Male Posts : 9
Reputation : 0
Language : French and English
Location : In Paris^^

http://www.tamil-friends.com/

Back to top Go down

Remove the underline links [Tricks] Empty Re: Remove the underline links [Tricks]

Post by Guest October 13th 2008, 11:00 pm

Hello nirupan

If you wish to submit a tutorial to be placed on the forum please do so by the procedures already in place. Please read the forum rules before posting anything else.

=> Submitting A Tutorial
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum