HTML Template v. 2.0 update 2/7/2001
The HTML code in figure 2 is for use with a horizontal image and a caption. Additionally, navigation is provided that will allow you to continue to the next page, previous page, or return to the index page (figure 1.).
Repeat the same steps to copy and paste as you did with the index page. However, in this case save as page1.htm.
Figure 2.
<HTML>
<HEAD>
<TITLE>page 1</TITLE>
</HEAD>
<BODY bgcolor="#ffffff" link="#0000FF" vlink="#52188C">
<TABLE border="0" cellpadding="5" cellspacing="2" width="100%" bgcolor="#f0f0f0">
<TR>
<TD><H2>Site name</H2>Photography by: Photographer's name</TD>
</TR>
</TABLE>
<P><CENTER>
<TABLE border="0" cellpadding="0" cellspacing="2" width="200">
<TR>
<TD width="80" align="center"><A href="photo1.htm">PREVIOUS
</A></TD>
<TD width="80" align="center"><A href="../index.htm">INDEX</A></TD>
<TD width="80" align="center"><A href="photo3.htm">NEXT
</A></TD>
</TR>
</TABLE>
<P>
<table width="350" cellspacing="1" cellpadding="1" border="0">
<tr>
<td width="350"><img src="../images/photo1.jpg" width=350 height=242 border=1 alt=""></td>
</tr>
<tr>
<td width="350" valign="top"><font face="Arial" size="-1">Caption or other text appears here</font></td>
</tr>
</table>
</CENTER>
</BODY>
</HTML>
|
Index | Page 1 - 2 - 3
|