Forum : Tables
Brief description  about Online courses   join in Online courses
View Faizal  Ayob 's Profile

Tables

Hi I am trying to create 3 tables next to each other.
At the moment if i use the tutorial method the tables appear underneath each other (vertically) how to i arrange them so that they are layed out next to each other (horizontally)
Asked by Faizal Ayob | Jun 10, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

Try this code

<table width="416" height="142" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">


<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>




</td>
<td align="left" valign="top">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</td>
<td align="left" valign="top">

<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>




</td>
</tr>
</table>


Put first 3 columns table, then inside that every columns put one more table

Regadrs
Jun 10, 2010