View Single Post
  #1  
Unread 01-27-2008, 02:48 PM
Christy's Avatar
Christy Christy is offline
Retired Designer
 
Join Date: Sep 2009
Posts: 4,493
Default How to use your website images in a Craig's List Advert

You can use any of the graphics from your site and just put the url inside the image tags they provide.

To find the url of the images on your site just right click on the image and copy the url that shows in properties.

You paste that url inside your quotations marks like we did below.

Code:
lt;img src="http://www.rzjservices.com/North-Dallas-Janitor-cl.jpg"gt;
***And just a reminder ALWAYS use your website url in any online ads that will allow you to do so.

You can do that by adding the lt;a href=""gt; tag before the image.
Look below

Code:
lt;a href="http://www.rzjservices.com"gt;
lt;img src="http://www.rzjservices.com/North-Dallas-Janitor-cl.jpg"gt; 
lt;/agt;
Just rember the lt;/agt; to close out your link tag.

When you ad is published it will look like this:



Keep in mind that CL puts a NO FOLLOW tag in links away from their site so any search results you get from your listing will be short lived...you will actually be getting 'traffic' off their high ranked result BUT you aren't going to get any long term search rankings from that ad. It's good for marketing and branding though.
Reply With Quote