Home > Paid Traffic Sources > POP / PPV / Redirect

Removing TrafficVance Text Ads from Your Pops (4)


07-13-2011 11:28 AM #1 Gonzo (Member)
Removing TrafficVance Text Ads from Your Pops

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:

Code:

Code:
<style> 
.style1 {
	color:#000000;
}
.pop {
	text-decoration: none;
	cursor:default;
}
</style>
Code:
<a class="style1 pop" href="#">Wrap this code around any of your unlinked text.</a>
This will make it so it will still look like normal text, but act as a link to counter their ad text links.
Good luck bros.


07-13-2011 11:34 AM #2 ppvnewbie (Member)

http://ctrtard.com/affiliate-marketi...landing-pages/

;-)


07-13-2011 12:35 PM #3 Gonzo (Member)

Nice, it is explained much better in there. Sweet thanks.


07-13-2011 01:05 PM #4 eliquid (Member)

just added this to my LPs a few days ago, basically did the same thing.


Home > Paid Traffic Sources > POP / PPV / Redirect