Get great deals from the
Internet via E-mail
CLICK HERE

Member Newsletter
 
 BUILD YOUR SITE

Beginning: Adding an Image to Your Page

If you built your Freeservers site using SiteBuilder, then you can change the images that appear on your site. But what if you want to add an image where there isn't one already?

You can put an image on your page using the IMG tag. At its most basic, the IMG tag has one attribute, SRC, which tells the browser the source of the image. For example, if your image, sample.gif, was in the same directory on your site as the as the page on which you wanted the image to appear, you would use the following code:

<IMG SRC="sample.gif">

If the image is in another directory, you would include the path to the image. So if it was in the images subdirectory, it would look like this:

<IMG SRC="images/sample.gif">

One more attribute you may wish to use is the ALIGN attribute. It allows you to align the image to the right or left. You use it like this:

<IMG SRC="sample.gif" ALIGN="right">

Good luck adding images to your site!

 
My Member Area | Stats / Reports | Help Resources | Upgrade Services | Account Info | Company Info | Acceptable Use Policy | Privacy Policy | Feedback
Get great deals from the
Internet via E-mail
CLICK HERE