sdkramer
04-20-2004, 10:34 AM
I have a page dynamically filling a table with content. the table looks like this:
<table width="500" border="1">
<tr>
<td width="275" rowspan="6">
<p>event name<br>
location <br>
date/time <br>
address1<br>
address2<br>
city, state</p>
</td>
<td width="225">nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
The problem is when there are several items instead of growing only the bottom td, it makes all of the areas grow. ideas on how to make only the bottom grow?
TIA
<table width="500" border="1">
<tr>
<td width="275" rowspan="6">
<p>event name<br>
location <br>
date/time <br>
address1<br>
address2<br>
city, state</p>
</td>
<td width="225">nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td>nav item </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
The problem is when there are several items instead of growing only the bottom td, it makes all of the areas grow. ideas on how to make only the bottom grow?
TIA