Originally Posted by
Independent
Guide addon;
<img>
This tag is for displaying images on your HTML page, the image tag has a few attributes.
src, border, javascripts bits and bobs.
How do I display an Image?
<img src="http://www.imagehost.com/image.extension">
How do I make it so, they click an image and it goes somewhere else?
<a href=""></a> <-- First, we must wrap an "a" around it, with a href attribute, in the href tag you enter the URL you would like the user to be pointed too.
<a href="http://www.habboxforum.com"><img src="http://www.imagehost.com/image.extension"></a>
Basically..
image.extension -> yourimage.gif or any other image format.
Hope this helps, sorry if I crashed the thread xD