Home > Questions and Answers > General Questions

Help with uploading landers (following tijns "on speed" tut) (3)


04-27-2012 12:45 PM #1 stumc (Member)
Help with uploading landers (following tijns "on speed" tut)

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


04-27-2012 02:52 PM #2 lixor (Member)

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


04-27-2012 04:53 PM #3 stumc (Member)

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


Home > Questions and Answers > General Questions