"splang" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
The top of my web page is made of a table, single row with 3 columns.
underneath that is another table a singe row single colum.
why is it that when I make the top table autostretch I get gaps between
the
frame below?
Thanks |
Can't help you with that limited amount of information, sorry.
Is it really necessary to have two tables though?
<table width="100%">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
and use css to format the table.