View Full Version : Help with tables
salaam
January 8th, 2005, 06:50
erm how do I place a table next to another?
I mean how can I have two tables on a same row..
(understand?)
Polykranopalous
January 8th, 2005, 09:31
<table width=100%>
<tr valign=top>
<td width=50%>This table will be on left</td>
<td width=50%>This table will be on right</td>
</tr>
</table>
That's what you want very simple. You use the <td> command to place tables in the row.
salaam
January 8th, 2005, 11:08
thanks!
salaam
January 8th, 2005, 11:18
Oh no this isn't what I meant.
I want to have two different tables..
nag
January 10th, 2005, 01:19
try this
<table width=100% bgcolor=pink>
<tr valign=top align=left>
<td>This is first table
</td>
<td>
<table width=50% bgcolor=#00ffcc border=2 align=right>
<tr valign=right align=top>
<td width=100%>This is table inside main table</td>
</tr>
<tr valign=right align=top>
<td width=100%>This is second row of inner table</td>
</tr>
</table>
</td>
</tr>
</table>
salaam
February 2nd, 2005, 11:53
shukran
salaam
April 5th, 2005, 14:07
hmm that isn't exactly what I was looking for ... you see- here (http://www.google.fi)
Decker
April 5th, 2005, 14:35
Do you want it joining or with a space?
Shadow Warrior
April 5th, 2005, 14:41
Hello salaam,
Try something like this:
<table border="0" cellspacing="1" cellpadding="1">
<tr>
<td valign="top"><TABLE style="WIDTH: 121px; BORDER-COLLAPSE: collapse; HEIGHT: 157px" borderColor=#990000 cellSpacing=0 cellPadding=3 width=121 bgColor=#cccccc border=4>
<TBODY>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
<TR>
<TD vAlign=top width="100%"> <DIV align=center><FONT face=Verdana> ...</FONT></DIV></TD>
</TR>
</TBODY>
</TABLE></td>
<td valign="top"><TABLE style="WIDTH: 374px; BORDER-COLLAPSE: collapse; HEIGHT: 122px" borderColor=#990000 cellSpacing=0 cellPadding=3 width=374 bgColor=#cccccc border=4>
<TBODY>
<TR>
<TD vAlign=top width="100%">
<DIV>I want this table to be NEXT to the navig table (the one up there) .. but I haven't figured that out yet...know how to do that??</DIV></TD></TR></TBODY></TABLE></td>
</tr>
</table>
salaam
April 6th, 2005, 08:38
yes yes exactly what I wanted! Thanks :D
salaam
April 6th, 2005, 08:42
problem solved, and the link removed..
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.