<img SRC="url" [LOWSRC="url"] [align=alignment] [width=width] [height=height] [bordervalue] [vspace=value] [hspace=value] { ISMAP | [USEMAP="mapname"] }> |
<img src="image.gif" align="left">
<img src="image.gif" align="right">
<img src="image.gif" align="top">
<img src="image.gif" align="texttop">
Align=TOP
.
<img src="image.gif" align="middle">
<img src="image.gif" align="absmiddle">
<img src="image.gif" align="baseline"|"bottom">
<img src="image.gif" align="absbottom">
<img src="image.gif" width=220 height=40>
If the size you've set in the parameters is different to the real image it will be stretched to fit. This does mean that if the image happens to be changed you're going to have to go and correct all occurrences of width and height ...bleurghh!
<img src="image.gif" border=10>
<img src="image.gif" hspace=20 vspace=10>
Notice how there is an empty gap around the image. This is created using
horizontal and vertical spacing: Hspace and Vspace.
Notice how there is an empty gap around the image. This is created using
horizontal and vertical spacing: Hspace and Vspace.
Notice how there is an empty gap around the image. This is created using
horizontal and vertical spacing: Hspace and Vspace.
<img src="image.gif" USEMAP="#name">
It is now possible to have imagemaps that do not require the customary ISMAP tag.
The name given to the USEMAP tag is the name of a MAP defined in the header of the current document.
<img LOWSRC="image.gif">
The netscape browser will show the image from LOWSRC before loading the main image. Although this is useful for showing a Low resolution version of an image before loading the more detailed version, there is there is no reason why you can't put another image in here.