Images

You can use images to

Background Images

Tiled Image

<body bgcolor="#FFFFFF" text="#000000" background="images/bk_silver.jpg" leftmargin="0" topmargin="0">

"Fixed" Image

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" background="images/bk_circuit.jpg" bgproperties="fixed">

Images in the page

To insert an image in a page, use the html below:

<img src="images/your_image_file_name.jpg" width="200" height="245" />

One way that you can control the placement of images is to put them in a table or a div. This works particularly well if you plan to include a text link to the right of the image.

If you include both a graphic and a text navigation, make sure that both the text and the image include links.

Image Maps

You can use an image to incorporate several links by creating an image map.

 

WS_FTP | Doc Types | Head Element | Charset | Links | Tables | Images | CSS | Javascript | Home | Top