Why does the table sit out of order? I've not used tables in such a long time I've forgotten how to tweak them.
Anyone care to point out the obvious?
Code:
<html>
<head>
<title>goodspaces</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="600" height="707" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="9">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_01.jpg" alt="" width="600" height="232" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td rowspan="7">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_02.jpg" width="20" height="475" alt="" hspace="0" vspace="0" border="0"></td>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/image1.jpg" width="270" height="180" alt="" hspace="0" vspace="0" border="0"></td>
<td rowspan="7">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_04.jpg" width="20" height="475" alt="" hspace="0" vspace="0" border="0"></td>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/image2.jpg" width="270" height="180" alt="" hspace="0" vspace="0" border="0"></td>
<td rowspan="7">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_06.jpg" width="20" height="475" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_07.jpg" width="270" height="20" alt="" hspace="0" vspace="0" border="0"></td>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_08.jpg" width="270" height="20" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/image3.jpg" width="270" height="180" alt="" hspace="0" vspace="0" border="0"></td>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/image4.jpg" width="270" height="180" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td colspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_11.jpg" width="270" height="20" alt="" hspace="0" vspace="0" border="0"></td>
<td colspan="3" rowspan="2">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_12.jpg" width="270" height="37" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td rowspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_13.jpg" width="132" height="75" alt="" hspace="0" vspace="0" border="0"></td>
<td>
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaceslink.jpg" width="127" height="17" alt="" hspace="0" vspace="0" border="0"></td>
<td rowspan="3">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_15.jpg" width="11" height="75" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td rowspan="2">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_16.jpg" width="127" height="58" alt="" hspace="0" vspace="0" border="0"></td>
<td rowspan="2">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_17.jpg" width="25" height="58" alt="" hspace="0" vspace="0" border="0"></td>
<td>
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_18.jpg" width="26" height="16" alt="" hspace="0" vspace="0" border="0"></td>
<td rowspan="2">
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_19.jpg" width="219" height="58" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td>
<img src="http://thetwoofhearts.com/goodspaces/images/goodspaces_20.jpg" width="26" height="42" alt="" hspace="0" vspace="0" border="0"></td>
</tr>
</table>
</body>
</html>
Anyone care to point out the obvious?