How do you make a clickable image ad for craigslist, what's the html code?

3 replies
Let's pretend we're using photobucket as the host of the image...

Thanks for the help Warriors.
#clickable #code #craigslist #html #image #make
  • Profile picture of the author Michael Lewis
    I believe this is the code you would use:

    <a href="http://my-website-url-example.com"><img src="http://my-image-url-example.jpg" /></a>
    {{ DiscussionBoard.errors[7996994].message }}
    • Profile picture of the author Dan Fisher
      hi this is the code i use slightly different to above post sometimes i have to play around with the spaces for some reason when i copy and paste it link may be broken easy fixed though
      Here is the html code for posting image ads on craigs list.leave the commas in

      <a href="xxxxxxxxxxxxxxxxxxxxxxxxx"><img border="0" img src="yyyyyyyyyyyyyyyyy"></a>

      Remember to replace the 'xxxxxxxx' with the webpage (ie including the http://)
      of WHERE you want to send your visitor when they click on the image (ie your squeeze page)

      And remember to replace the 'yyyyyyyy' with the FULL location (ie including the http://) of where the IMAGE is on the web
      {{ DiscussionBoard.errors[7997014].message }}
    • Profile picture of the author JasonAaron1
      Originally Posted by Michael Lewis View Post

      I believe this is the code you would use:

      <a href="http://my-website-url-example.com"><img src="http://my-image-url-example.jpg" /></a>
      I use photobucket for a lot of my craigslist posts. I like it because it gives you the full html, and then you just replace your destination site as referenced above.
      {{ DiscussionBoard.errors[7998251].message }}

Trending Topics