Computer problems,Computer help
*AX SOFT>>>Programming & Design

How can I add a hyperlink to my craigslist image?


I see Craigslist ads often that feature hyperlinked images (click on it and it takes you to a page). How can I do that, and is there an html editor section for craigslist where I can hade-code certain things? If so, what are the limits?

Thanks!!

Craigslist will accept well formed (X)HTML in the description area of your advert. Make sure that you are using the absolute path to the image on the server. Don't forget to include the alt attribute for non-visual browsers (phones, etc).

So you could do something like:
<p>
<a href="http://www.example.com/mypage.html...
<img src="http://www.example.com/images/myima... alt="Short description of the image" height="foo" width="bar">
</a>
</p>

<a href="link.html"><img src="imagelink.jpg></a>

no idea on the editor.

I know nothing about Craigslist but it would be like this:

<a href="scenery.htm"><img alt="Buildings & Scenery" src="photos/bridge.jpg" ></a>

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Utorrent application downloaded. How to use?

    I they are rar files, Right click on the first one and pick 'Extract Here'. That will extract them for you. If they are not rar files just let us know what type they are and we can help y...

  • How do i create next a previous buttons which will update the content withing my browser without going...?

    Look into using iFrames or AJAX. With iFrames you could change the web page that it's displaying without the rest of the page changing.. With AJAX you could re-write the .innerHTML prope...

  • Is web design part of the Web Technology career?

    Yes, but keep in mind that there are a lot of elements of Graphic Artistry involved in web "design". Nowadays most prefessional-level websites are developed by a team. One person or gro...

  • Where I can find a software to allow visitors to upload video on my site and visitors to voting for the videos

    There is many clones of the popular YouTube page. Well, they "clone" it so it looks like YouTube. But ehm, take your time to look at these: ...

  • Is it easier and faster to do animation in Adobe Flash or 3d software like Truespace and maya?

    Much Much easier and faster in Adobe Flash CS3. Speaking from experience here, 3d software like maya and 3dstudiomax etc take an incredible amount of work to do even simple animations. While they l...

  • VB .NET Mastermind code?

    saw this project a while ago: ...

  • How do I create a peace sign in java?

    "\u262E" That will show 鈽?symbol. Note that the font must also have that symbol (not all fonts do), so you might want to use something like 'Arial Unicode'.

    ...
  • Why are namespaces used in XML documents?

    Namespaces make it easier to come up with unique names. Imagine how hard it would be to name your next child if the name had to be unique across the face of the earth.

    ...
  •  

    Categories--Copyright/IP Policy--Contact Webmaster