Positioning of a second sidebar
-
<?php include(TEMPLATEPATH."/sidebar_left.php");?> <div id="content">....
I have both sidebars appear but the actual content does not appear, although this only happens on the home page and not on any other page.
When the code reads:
<div id="content">....</div> <?php include(TEMPLATEPATH."/sidebar_left.php");?>
Then the content appears but both sidebars appear on the right hand side, after the content regardless of how they are floated in the CSS.
As the existing website is live I’m trying to modify a local copy and then make the changes live so unfortunately there is no way to see what is happening.
If anyone can understand what I’m saying, trying to achieve and knows an answer then it would be greatly appreciated.
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Positioning of a second sidebar’ is closed to new replies.