PDA

View Full Version : HELP +REP



Jamieb
03-07-2007, 06:33 AM
Hello,

Well when im doing my site everytime i add a link it underlines the link:S:S

Now, I press the underline button and it goes... but when i upload it to the net its there:S:S i cant get rid. any help??

Mentor
03-07-2007, 07:12 AM
Well its probabaly due to the link state declorations, aka its underlined to show its a link, when u press it or its visited it changes again to reflect that, possibly removeing the underlining? Hence when u upload it, since its a new place the links going to that you may not have visited, its again underlined.

To get rid of em, try adding this css


<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
</style>


If you already have css, just add the "text-decoration: none" to the link styles. ... if im remembering this all correctly

Jamieb
03-07-2007, 07:38 AM
Thx!!! +REP!

Want to hide these adverts? Register an account for free!