i have a rather simple problem...
when i add the code
<blockquote><table width="100%">
<tr>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
</tr>
</table>
<BR>
<table width="100%">
<tr>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
</tr>
</table>
</blockquote>
to my page, the browser tries to put the second table on the same line as the first, instead of starting a new line like it should. how can i fix this?
thanks,
nate
when i add the code
<blockquote><table width="100%">
<tr>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
</tr>
</table>
<BR>
<table width="100%">
<tr>
<td>blah</td>
</tr>
<tr>
<td>blah</td>
</tr>
</table>
</blockquote>
to my page, the browser tries to put the second table on the same line as the first, instead of starting a new line like it should. how can i fix this?
thanks,
nate