View Full Version : table space table


metallibluegurl
06-11-2003, 08:12 PM
is there a way to do that? like without making one table ?

amicus
06-12-2003, 05:45 PM
are you talking about putting 2 tables next to each other. no you can't do that. you have to make a table with 1 row and 2 cells. then in each cell put a table inside each of the cells.

MaGiCSuN
06-12-2003, 05:47 PM
What do you mean exactly ? you mean like this:

table {space} table

and then without adding one big table around the two tables? That would be like this:

<table cellspacing=0 cellpadding=0 height="#" width="#"><tr><td valign="top">table 1 content here</td></tr></table> <table cellspacing=0 cellpadding=0 height="#" width="#"><tr><td valign="top">table 2 content here</td></tr></table>

if it doesn't work then try align="right" and align="left" adding to the table codes.

the second way is to only use one table with 3 cells:

<table cellspacing=0 cellpadding=0 height="#" width="#"><tr><td valign="top">table 1 content here</td><td valign="top">space cell here</td><td valign="top">table 2 content here</td></tr></table>

now just add the content to the cells and leave the "space cell here" blank and add some width="#" to it to make the space bigger

love,
Mirna