Monday, May 24, 2010

How do you make a HTML code thats a picture and links you to another site?

You know, like when you click on the picture it takes you to another site? Can you give me a code so I can insert a picture/link on myspace?

How do you make a HTML code thats a picture and links you to another site?
%26lt;A HREF="the address you want the link to point to"%26gt;





%26lt;IMG SRC="the address of the picture"%26gt;





%26lt;/A%26gt;
Reply:%26lt;a href="http://site_name/"%26gt; %26lt;img src="http://image_url"%26gt; %26lt;/a%26gt;





there ya go!





david.e.oates@gmail.com
Reply:%26lt;a href="URL of site"%26gt;%26lt;img src="URL of picture"%26gt;%26lt;/a%26gt;
Reply:%26lt;a href="www.yahoo.com"%26gt;


%26lt;img border="0" src="picture.gif" width="65" height="38"%26gt;


%26lt;/a%26gt;


This is how a picture is used as a link in html
Reply:%26lt;a href="address"%26gt;%26lt;img src="picture"%26gt;%26lt;/a%26gt;


No comments:

Post a Comment