| Example:
<table width="200px" border="1" align="center" >
<tr>
<td colspan="2" style="background-color:red;">
Header
</td>
</tr>
<tr>
<td style="background-color:yellow;width:100px;text-align:top;">
Left menu<br />
Text 1<br />
Text 2….
</td>
<td style="background-color:#eeeeee;height:200px;width:300px;text-align:top;">
Main body
</td>
</tr>
<tr>
<td colspan="2" style="background-color:red;">
Footer
</td>
</tr>
</table>
|
|
Header |
Left menu
Text 1
Text 2….
|
Main body |
|
Footer |
|