ADS: Non-AdSense – How do I link an add to a URL?

Posted in: Newspaper
Post count: 11

I have changed an ad on my home page to an image ad I made in Photoshop. Now I just need to make it so when a visitor clicks the ad image it takes them to a URL (different website). But I can’t find where I put this URL in anywhere.

Post count: 9544

Use basic HTML. Lots of tutorials online if new to how HTML works.

Basically you need to put an ‘anchor link’ on the graphic link so that when clicked it goes some place.

e.g.,

<a href="urlgoeshere" rel="nofollow"><img src="urlofimagehere" /></a>

  • This reply was modified 9 years by simchris.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.