All page layouts base on tables.
So be sure to master HTML table tags properly.
One small missing tag will result in a bad mess.
<table>
<tr>
<td>
write something
</td>
</tr>
</table>
If you like to learn more about SLIIT please visit www.sliit.lk
<table>
<tr>
<td>
write something
</td>
</tr>
</table>
<php
echo 'Hello Blogpost';
?>