Start copying this template below where you see <HTML>. That's the beginning of the code. You may have to copy and paste the code in two sections if there is a commercial in the way. You don't want to copy and paste the commercial and the code around it. Then paste the HTML code in your HTML editor.
See What The Page Will Look Like
<HTML>
<HEAD>
<TITLE>THIS IS THE TITLE THAT WILL BE AT THE TOP OF THE BROWSER</TITLE>
<META NAME="keywords" CONTENT="keywords,keywords,keywords,keywords,keywords">
<META NAME="description" CONTENT="DESCRIPTION OF YOUR WEB PAGE HERE. MAKE SURE YOUR KEYWORDS SHOW UP HERE. THIS IS SOMETHING SEARCH ENGINES LOOK AT.">
</HEAD>
<BODY>
<table align="center" border="1" width="400" cellpadding="3" cellspacing="3" bgcolor="99CFFF">
<td>
<center>
<h2>Title of Picture</h2>
<P><img src="name_of_graphic.gif" width="300" height="300">
<P><font size="4">Describe your picture here. Tell a story or just write some words telling about it.</font>
</center>
</td>
</table>
<P><center>
<p><b>
<a href="previouspage.html">« Previous Picture</a>
<a href="n403graphicindex.htm">INDEX</a>
<a href="nextpage.html">Next Picture »</a></b>
</center>
<P><center>
<p><b>
<a href="homepage.html">Site Home Page</a>
<a href="biopage.htm">Bio Page</a></b>
</center>
</BODY>
</HTML>
