You should really consider using <div>s, but anyway what are you using to code this? There is some unnecessary tagging going on. Are you doing tables? If so you can just put the pictures in columns
HTML Code:
<table width="100" border="0" cellspacing="12" cellpadding="0">
<tr>
<td valign="top" align="center"><a href="Beta.html"><img src="../IMG_0594.gif" alt="Picture 1 Home" width="150" height="113"><div class="imgText" style="width:150px">Beta Building</div></a></td>
<td valign="top" align="center"><a href="Delta.html"><img src="../IMG_0596.gif" alt="Picture 2 Home" width="150" height="113"><div class="imgText" style="width:150px">Delta Building</div></a></td>
</tr>
<tr>
<td valign="top" align="center"><a href="Gamma.html"><img src="../IMG_0603.gif" alt="Picture 3 Home" width="150" height="113"><div class="imgText" style="width:150px">Gamma Building</div></a></td>
<td valign="top" align="center"><a href="Date Stone.JPG" target="_blank"><img src="../Date Stone.gif" alt="Home Picture 4" width="150" height="113"><div class="imgText" style="width:150px">Gamma Building Stone. Founded 1820</div></a></td>
</tr>
</table>
Bookmarks