Results 1 to 6 of 6
-
25th Jul 2012, 02:33 PM #1OPMemberWebsite's:
TheTeenBay.comHow to delete underline from links?
Hi Mates
I have problem becouse I don't know how to delete underline from links and how to set the default color for links(default is blue)
Link to my site is on signaturekaylog Reviewed by kaylog on . How to delete underline from links? Hi Mates I have problem becouse I don't know how to delete underline from links and how to set the default color for links(default is blue) Link to my site is on signature Rating: 5
-
25th Jul 2012, 03:17 PM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inAdd this to your css file:
PHP Code:a {
color: red; //or hex code
text-decoration:none; // to remove underline from links
}
-
25th Jul 2012, 07:43 PM #3OPMemberWebsite's:
TheTeenBay.comno working
-
25th Jul 2012, 08:38 PM #4Member
The code given above should work. Try to clear the browser cache or try this one
Code:a:link {text-decoration: none}
-
26th Jul 2012, 06:44 AM #5Member
a, a:link, a:visited, a:active {
color: blue;
text-decoration: none !important;
}
-
26th Jul 2012, 10:18 AM #6OPMemberWebsite's:
TheTeenBay.comWorking!
Thx
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Remove the underline from links
By ChrisDV in forum vBulletinReplies: 4Last Post: 4th May 2008, 02:45 PM -
Remove underline from username and all links
By WrzBB in forum vBulletinReplies: 0Last Post: 11th Feb 2008, 11:21 PM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...