Hey stackers
So I got tracking, hosting set up and been running a few DL test campaigns to get used to the setup, now ready to move on to setting up landers so I followed tijn's (sweet) guide on creating landers "on speed."
My question is how do I get them uploaded and make them clickable? The tut only shows you how to make them as jpegs?
What I have tried is this - putting the jpeg into a folder with a text index file with the following code:
<a href="http://YOURAFFILIATELINK.COM"target='_new'><img src="http://
YOUROFFERIMAGE.COM"></a>
and uploading them to the relevant directory via FileZilla, but all I get is a 404 or directory listing.
Any help much appreciated..
Cheers 
this is the code you must have in the index file:
<a href="http://YOURAFFILIATELINK.COM" target="_new"><img src="yourofferimage.jpg" width="xxx" height="xxx" border=0></a>
or
<a href="http://YOURAFFILIATELINK.COM" target="_new"><img src="yourofferimage.jpg" width="xxx" height="yyy" border=0></a> (if the image is in another folder)
xxx and yyy is the width and height of your image in pixels
Thanks man but still no worky.. is that all the code I need or is there more to it? If I go to the image url it's not clickable and if I go to the directory it just shows the above code... aaarrrggg