<table border=1>
<tr>
<td width=200>.</td>
<td width=200>.</td>
<td width=100%>.</td>
</tr>
</table>
EDIT
Ok this is the basic setup.
The first two cels need to always be 200 pixels.
However, the third needs to always take up the remainder of the space. But it crushes any whitepace left in the first two cells like this. How would I do it so it doesn't do that?
Thanks
<tr>
<td width=200>.</td>
<td width=200>.</td>
<td width=100%>.</td>
</tr>
</table>
EDIT
Code:
<table border=1> <tr> <td width=200>.</td> <td width=200>.</td> <td width=100%>.</td> </tr> </table> Since when the hell is HTML enabled? blah! Just view source.
The first two cels need to always be 200 pixels.
However, the third needs to always take up the remainder of the space. But it crushes any whitepace left in the first two cells like this. How would I do it so it doesn't do that?
Thanks

Comment