I've installed gamevance on another computer and always test my ads in that browser before they go out. They are always loaded with those double underline text links. Anything that distracts your user from the end action your trying to get them to do is a bad thing.
Here's one solution to this I found earlier:
<style>
.style1 {
color:#000000;
}
.pop {
text-decoration: none;
cursor:default;
}
</style>
<a class="style1 pop" href="#">Wrap this code around any of your unlinked text.</a>
http://ctrtard.com/affiliate-marketi...landing-pages/
;-)
Nice, it is explained much better in there. Sweet thanks.
just added this to my LPs a few days ago, basically did the same thing.