View Full Version : HTML Question ... How do I ...


elf171
03-11-2006, 03:32 PM
Get a picture with a link attached to it. So that when someone clicks on it, it takes you to their site? I really need one.

Arwen
03-11-2006, 03:34 PM
<a href="SITE_URL"><img src="IMAGE_URL"></a>

elf171
03-11-2006, 03:35 PM
Thanks !