Adding Images
Adding
images is simple. Just copy the code below:

<img src="">
In the "", put the address of your image. But what does it mean? 'Img' means image, 'src' means source, and then '=""' means that the image source is whatevers is in the quotes.
Note: If you want it to be valid XHTML, you have to end it with a /. That would make the code <img src="" />
How to get the address of your image:
Go to a free uploading place like ImageShack.us or TinyPic.com and upload your image. They will give you the address of your image. Copy and paste it.

If you want a border, copy this code. The '1' can be changed to any number.
![]()
If you want to resize your image, copy this code and change the numbers.



To align your image, copy the code, and change 'HERE' to 'center,' 'left,' or 'right.'

If you want all the effects, copy this code.
If
you want an image link, here's the code:
How
do I get rid of the blue/purple border around my image links?
You just add border="0", but here would be the full code:

