To add an image you need to know the web address for the picture (URL)
Once you have your image URL you need to add a small bit of HTML code,

The basic code to add an image is ..... <*img src="IMAGE URL HERE">

This will add the image to you webpage,tourny page or any that allows HTML.


--------------------------------------------------------------------------------

You can also adjust diffrent properties of the image such as height or width.....

<*img src="IMAGE URL HERE" width="#" height="#">



Remeber to change the # to size you choose


--------------------------------------------------------------------------------

To make an image move simply place the IMG code inside a MARQUEE code

<*marquee><*img src="IMAGE URL HERE" width="#" height="#"><*/marquee>



--------------------------------------------------------------------------------

To place an image anywhere on the page you cp link into

<*img src='url of the image goes here"align=right>

or left
or top
or bottom



--------------------------------------------------------------------------------

To Center an image on a page, just type put in

<*center>



------------------------------------------------
Remember these codes like all on this site need to have the *
removed before they will work