Site hosted by Angelfire.com: Build your free website today!
How to put graphics on Expage:
First, find the graphic you want. Then, right-click on the image and go to properties. It will show you the url, height, and width of the image. Put both the height and width in this code, along with the url:
<table background="url" height=# width=#><tr><td></table>

How to put graphics on any other server besides Expage:
Use this code:

<img src="url">.
However, if you want text upon the image, you will need to use the Expage code(Huh?).