Re: Changing Major Page Layout
Kobra-
tpl_main_ page is comprised mainly of a three column table that you want to re-arrange. The empty structure looks like:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td >
(left column)
</td>
<td >
(center column)
</td>
<td >
(right column)
</td>
</tr>
</table>
You can change the order of the <td></td> sets any way you'd like as long as they stay inside the <tr></tr>. To answer your question - don't touch the <tr>
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.