| layout change
I need to put a table around the main reviewpost table area, the table that displays the catagories listing, and product showing, etc. I need to do this to customize the layout to include my own menus at the side which I have been unsuccessfull at including via the custompal templates (they contain php code, and I keep getting errors) and also for advertising. What I'm hoping to achieve is something like:
<table>
<tr>
<td>my stuff in here</td>
<td>reviewpost table here</td>
</tr>
</table>
I have disabled both of the top two menu bars for various reasons. I was thinking that I just need to find where to place my opening tags somewhere, and my ending </td></tr></table> tags can go in the printfooter() function in the pp-inc file. I just can't find in the code where the header ends and the first <table> tags is before the catagories.tmpl file. Does that make any sense?
Last edited by Ginger2; April 1st, 2005 at 03:22 PM.
|