Posts: 758
Location: between here an somewhere else
|
try getting rid of all this
(this starts at line 99)
HTML Code:
<TR>
<TD height=249> </TD>
<TD></TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD></TR>
(this ends in line 108 but do not remove all of line 108)
actually you have a lot of empty cells in your table you may want to get rid of more than just that. Its almost at the point where I would redo the table and all the cell layout. In other words start over again and try to get a cleaner table layout.
you could also try getting rid of all this instead of the stated code above
(this starts at line 69)
HTML Code:
<TR>
<TD height=249> </TD>
<TD></TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD></TD></TR>
<TR>
<TD vAlign=top height=52><FONT
face="Courier New, Courier, mono"> </FONT></TD>
<TD vAlign=top colSpan=3> </TD>
<TD vAlign=top colSpan=3> </TD>
<TD></TD></TR>
<TR>
<TD height=19></TD>
<TD></TD>
<TD vAlign=top colSpan=3> </TD>
<TD vAlign=top colSpan=3 rowSpan=2> </TD></TR>
<TR>
<TD height=4></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD></TR>
<TR>
<TD height=249> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
(this ends in line 108 but do not remove all of line 108)
The only difference is one removes more empty cells then the other.
Last edited by CasaPages : 02-06-2005 at 03:05 PM.
|