Positioning
text and pictures
To position text
and pictures you would use the following code respectively for text and pictures:
<font face="Arial"
align="center">Hi</font>
<img src="picture.jpg"
align="right">
or you can do this
<center>hi</center>
<center><img
src="picture.jpg"></center>
but you can only
use left or right positioning with the
align=" "