0 views

Place a grapic on a web page

<img src="URL OF GRAPHIC">

Linking Graphics

<a href="URL OF LINK"> <img src="URL OF GRAPHIC"border=0> </a>

Control the width and height of the image

<img src="URL OF GRAPHIC" height=# width=#></a>

Spacing out Graphics

<img src="URL OF GRAPHIC" hspace=# vspace=#></a>

Align an Image

<img src="URL of Image" align=?>
Align Values: left, right, center; bottom, top, middle

Image Borders

<img src="URL of Image" border=?>
Make the border=0 if you don’t want a border.

Horizontal Rule

<br /> <hr />


Set Size of Horizontal Rule

<br /> <hr size=?>


Set Width of Horizontal Rule

<br /> <hr width=?>


Horizontal Rule Without Shadow

<br /> <hr noshade>