HTML Help - Images and graphics
Images and graphics
<img src="name"> Inserts an image - IMPORTANT - use relative addressing NOT absolute addressing i. e. uses "image.gif" not "c:\mysite\image.gif"
<img src="name" align=value> Aligns the image left, right, center, middle, bottom or top
<img src="name" border=number> Sets the size of the border round an image
width and height of the image can also be set
Example code <P align="center"><img src="welcome.gif" width="180" height="70"></P>

<hr> Inserts a horizontal line
<hr size=number> Sets the depth of the horizontal line
<hr width=number or percentage> Sets the width of the horizontal line
<hr size=number> Height of the line in pixels
<hr noshade> Creates a horizontal line with no shadow effect
Example code <hr noshade size="6"> Horizontal line - noshading - thickness 6 pixels
Images as Links
Images can also be used as links - note this if clicked will take you
to the top of the page.
<a href=#top><img src="../../common_files/adbhtitlesm.gif" width="120" height="33" border="0"></a>