Danrulz
Jul 29 2005, 02:04 AM
I was wondering what the HTML code form thingy is for linking an image to a page using HTML?
lovescream
Jul 29 2005, 02:17 AM
<textarea>codehere</textarea>
what, that?
Danrulz
Jul 29 2005, 02:50 AM
no that's not it. i'm talking where u have an image, and with HTML u can link it to another page, so when you click the image, it can take you to that other page.
freeflow
Jul 29 2005, 03:44 AM
CODE
<a href="PAGEURLHERE"><img src="IMAGEURLHERE"></a>