Graphics


Basic Image
Example:  

Code:  <img src="URL">

Info: Replace URL with the the web address of the graphic you want to use. This code works for animations too.


Resizing Images

Example:  

Code:  <img src=URL height=# width=#>

Info: The normal image looks a lot better so I don't recomend changing the sizes but hey... do what you have to do.


Linking Images

Example:  

Code:  <a href="URL"><img src="IMG URL"></a>

Info: If you uses this code don't mix up the link URL and the image url. Also, when you use this code it puts a border around the image, if you don't want it add this (in the img tag):
border=0


Back