Question:

Anyone knows code for a picture link?

by Guest60851  |  earlier

0 LIKES UnLike

like you type as text, and then open and there is a picture

idk if that helped

 Tags:

   Report

3 ANSWERS


  1. if i 've understood the question right, it is

    <a href="link to the image that must appear.jpg">text</a>


  2. HTML code for a picture that links to another page/file:

    <A HREF="page/file"><IMG SRC="picture"></A>

  3. A text link to an image that meets HTML 4.01 Standards:

    <p><a href="http:// i34. tinypic.com/ image.jpg" title="Mouseover Link Description">My Mom!</a></p>

    For an image used as a link to a larger image of itself:

    <p><a href="http://image_original.png" title="Mouseover Link Description"><img style="width: XXpx; height: YYpx; border: 0;" src="image_thumbnail.png" alt="Text Description"></a></p>

    Both of these will give you that nice little popup tooltip on mouseover of link.

    Ron

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions