Quote:
Originally Posted by waxman
That's where the problem is, this banner ad is from an sponsor so I do not have access to the banner image.
This is what the full code is <a href= .lol-lesbians.com/track/MzkyMjoyOjEw/" target=""><img src="LOL-Lesbians-468x80-06.jpg" width="468" height="80" border=0></a>.
This has been modified just now in order to post this, hopefully you understand.
How could I add that to an WP post and make it work using the above banner code.
|
You need t go to the sponsor (revengebucks) ad tools page and download the banner images you want to use.
Then you put those banners onto your server in a folder called images or pictures or whatever you want to call it. Put that directory in your domain main folder.
Then you need have your img src tag point at the image on your server. <img src=images/picturename .....
If the sponsor allows hotlinking of their banners then you need to use the full url to the banner on the sponsors server as your img src.
It looks like you are using the link code that the adtools generated, that is not always right for your server. You need to tweak the img src to fit your server configuration or put the banner in the main folder (which I think organizationally is a bad idea).
Did that make sense?