hi,
I want to be able to put this code into my template but whenever I try I skew up the whole page this is basically what is called the table trich and it ebables your product description to be closer to the top of the page where the indexing spider can get to it fast instead of deep below your whole navigation menu. All that needs doing is to be able to put this into the correct places in the tpl_main_page.php but I don't know enough php to do it right, can anybody help please (I have attached my tpl_main_page.php since its customized):
<html>
<head>
</head>
<body>
<table>
<tr valign="top">
<td><!-- leave this TD empty - it will disappear --></td>
<td rowspan=2>Put the text for the page here. </td>
</tr>
<tr valign="top">
<td>Put the Navigation Bar Here</td>
</tr>
</table>
</body>
</html>
More details about this can be read here
http://www.wordsinarow.com/table-trick.html
![]()




