HTML Template v. 2.0 update 2/7/2001
The HTML code in figure 3 is for use with a vertical image and a caption. Again 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 and horizontal page.
Figure 3.
<HTML>
<HEAD>
<TITLE>page 1</TITLE>
</HEAD>
<BODY bgcolor="#ffffff" link="#ff0000" 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="photo5.htm">PREVIOUS
</A></TD>
<TD width="80" align="center"><A href="../index.htm">INDEX</A></TD>
<TD width="80" align="center"><A href="photo7.htm">NEXT
</A></TD>
</TR>
</TABLE>
<P>
<table width="350" cellspacing="1" cellpadding="1" border="0">
<tr>
<td width="200"><img src="../images/photo1.jpg" width=200 height=304 border=1 alt=""></td>
<td width="150" 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
|