I am having problems with columns on http://www.neamp.org. The 2nd Column (Timothy's Column) is smaller than I specified it to be. I am pretty sure that the text on the middle column is causing the column to be smaller. Please look at http://www.neamp.org/default2.asp. This is the size that Timothy's column is supposed to be. Each column is supposed to be 263 in width.
The client uses a rich text editor to edit the content. How do I force the 1st column to stay 263 in width even if the client enters too much text?
Code for 1st Column: <tr>
<td width="10" height="711"> </td>
<td width="263" valign="top"><%= Content %> </td>
</tr>
Code for 2nd Column:
<tr>
<td width="17" height="799"> </td>
<td width="263" valign="top"><font color="#666666"><%= HTMLBody %></font></td>
<td width="10"> </td>
</tr>