could someone please tell me the html code to make images into links
could someone please tell me the html code to make images into links
Place the img element inside an a element:Originally Posted by go_flyers_89
As the image won't be purely decorative, you should place a textual replacement for it in the alt attribute which is currently empty. For example, if the image contains the text, "Home", that should be the value of the alt attribute.HTML Code:<a href="http://www.example.com/"><img alt="" src="http://www.example.com/example.jpeg"></a>
Mike
thanks for that![]()
Last edited by go_flyers_89; 04-03-2005 at 02:03 PM.
Bookmarks