Aligning page elements
Posted: Fri Apr 02, 2004 9:02 am
Admin Edit: Topic split from another thread.
How would I align a file, I dont know if this is the right way about doing this but - I want to have two navigation menu's and I have created them both (menu1.tpl , menu2.tpl).
I would like one aligned to the left and one to the right (either side of the page content). So far this is what I have in the header.php file.
But im guessing that is completly wrong.
Please help - If you dont understand my question just ask
, thanks!
How would I align a file, I dont know if this is the right way about doing this but - I want to have two navigation menu's and I have created them both (menu1.tpl , menu2.tpl).
I would like one aligned to the left and one to the right (either side of the page content). So far this is what I have in the header.php file.
Code: Select all
<?php
echo "<table><td valign="left">(menu1.tpl)</td></table>";
echo "<table><td valign="right">(menu2.tpl)</td></table>";
?>Please help - If you dont understand my question just ask