How do I link a clickbank product with affiliate code?
Ok this is my question:
I have downloaded a picture from an affiliate site I’m an affiliate of and I want to insert it into the widgets section, but I also want to add my affiliate link.
What would the html code look like?
Normally my affiliate links are allready in html with the aff link imbedded, but this time I have the picture which is seperate.
Regards
Paul
<a href="affiliate_link"><img src="url" alt="some_text"/></a> This code anchors your link to your pic.

January 6th, 2012 at 4:28 am
<a href="affiliate_link"><img src="url" alt="some_text"/></a> This code anchors your link to your pic.
References :
http://www.w3schools.com/html/html_images.asp