PDA

View Full Version : tables


spyder
05-30-2005, 08:23 PM
i am using tables, and there are 3 td's. the first and second are a set number, and i want the third to take up the rest of the space

cr3ative
05-30-2005, 09:40 PM
Please spyder, www.google.com has a lot of answers about how to handle tables. A lot of your recent threads are easily cured by googling.

<table width="100%">
<tr>
<td width="539px">&nbsp;</td>
<td width="539px">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

cr3

spyder
05-30-2005, 09:59 PM
thank you