I have created a photo gallery. I am frustrated by how the tables have turned out. I have tried different things, but I have been unable to get the tables to display the way I want them to. You can find this web page at http://www.hotelfloors.com/installations1.asp. I would like for the page to look like http://www.fastshutter.com/main. My photo gallery will only have two pictures per line. I would like for the boxes with the captions to be like http://www.fastshutter.com/main. Can someone please help me with this?
I am going to post parts of my code that are significant:
<table width="514" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="66" height="105"> </td>
<td width="448" valign="top"><div align="left">
<p><font color="#000000" size="5" face="Arial, Helvetica, sans-serif"><strong>Installations
Gallery </strong></font></p>
</div>
<div align="left">
<p> </p>
</div>
<div align="left">
</div></td>
</tr>
<tr>
<td height="38"> </td>
<td> </td>
</tr>
<%
If rs.EOF then
%>
<tr>
<td> </td>
<td><font color="#330066" size="2" face="Arial, Helvetica, sans-serif"><strong>There
are no pictures at this time!</strong></font></td>
</tr>
<tr>
 |