Cell Phones | Download movies | Per Insurance | Credit Card | Loans
Table Growth Issue [Archive] - PCMech Forums

PDA

View Full Version : Table Growth Issue


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>&nbsp;</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

sdkramer
04-20-2004, 10:35 AM
sorry forgot to explain the events are looping