I think I tried both of these ideas correctly, but neither made a difference – still no sidebars.
Here’s what I have on the footer.php at the moment:
</div> <!– eo content –>
<div id=”footer”>
<div id=”footer-inner”>
<p><?php bloginfo(‘name’); ?> is powered by WordPress</p>
</div>
</div>
</div>
<div id=”credit”>
<!– Please leave this link intact –>
<p>WordPress Themes</p>
</div>
</div>
<?php wp_footer(); ?> </div>
</body>
</html>
I haven’t changed the original code at all.
Does the code from the stylesheet make a difference? This is what it looks like now:
#sidebar {
padding: 0;
margin: 0 0 0px 540px;
}
My husband says he’s okay without the sidebar…but I would like to figure out what I’m doing wrong. Again – thanks so much for the help.