View Full Version : space


abcabcxyz345
03-01-2003, 01:35 AM
weeeeeeeeeeeeeeeeeeeeeeee!

Uh... I have 3 pieces of info that I want in a table...

I want the table to have a 1 px border, the table is three boxes
one on the top and 2 on the bottom.. I can't get the border around all of them correctly.. i dunno whyy.... T_T
it always comes up as a separate box ..
oh and another problem is that I can't get the spaces between the cells to disappears

zangerbanger
03-01-2003, 03:48 AM
Try this, it may or may not work:

<table width="(value)" cellspacing="0" cellpadding="0" border="1px">
<tr colspan="2">
THIS WILL BE THE BIG CELL ON THE TOP
</tr>
<tr>
<td>
HERE WILL BE A SMALLER CELL
</td>
<td>
HERE WILL BE THE OTHER SMALLER CELL
</td>
</table>

Hope that helped... :) .

abcabcxyz345
03-02-2003, 04:14 PM
cool we had the same number of posts! =D