Custom Ads – Link Not working

Posted in: Newspaper
Post count: 3

I’m made a custom 300×250 ad using the code below. The ad is displaying correctly, however when I click on it it takes me too http://brazilianbelle.com/index.php/2015/08/04/how-to-look-gorgeous-in-your-20s/www.test.com

Why does it leave the post URL? How do i remove this so it takes me to the href in the code?

Here is the code:

<div class=”td-all-devices”></div>. It is displaying correctly, however

Post count: 9544

Tip: to get the code to show up in forum
a) post wrapped with the code button
b) then after post, wait a moment, then edit your post, and resave
c) it should then show the actual code that we can’t see from your post at the moment. 🙂

Chris

Post count: 3

<div class="td-all-devices"><a href="www.test.com"><img src="http://test.com/wp-content/uploads/2015/08/WTSYB300x250.jpg" /></a></div>

Thanks for the tip Chris. Above is the code.

Post count: 7909

Hi,

Please try to use http to you link:

<div class="td-all-devices"><a href="http://www.test.com"><img src="http://test.com/wp-content/uploads/2015/08/WTSYB300x250.jpg" /></a></div>

Thanks!

Post count: 3

That worked. Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.