Adding Images

Adding images is very simple. First, be sure the image is uploaded to your site. It should be either a .jpg or .gif file, .bmps are not visible to 99% of your visitors. Although they may show up on your computer, this is because you have that file saved on your computer. Just trust me on this one.

The code is as follows:

<img src="/graphic-name.jpg">

(Note: leave out the '/' unless your picture is in a subdirectory, or a GeoCities image. Contact me if that's unclear)

Remember that images, unlike HTML tags, are case sensitive. That means a file named paris.jpg is not the same as Paris.jpg, paris.JPG, or PARIS.jpg.

Another helpful code is the ALT tag. This includes the words you'd see when running your mouse over an image, the same words that appear before an image loads. You add them like so:

<img src="/graphic-name.jpg" alt='Name of Picture'> (don't forget your ' and ' around the name!)

Return to Help from the Princess
Return to the main page

© 2002 katwmn21@hotmail.com