View Single Post
  #2 (permalink)  
Old 10-08-2008, 09:51 PM
Nora's Avatar
Nora Nora is offline
Master Babbler
 
Join Date: Sep 2008
Location: The Netherlands
Posts: 328
Nora has a stellar WB reputation (over 400 points)Nora has a stellar WB reputation (over 400 points)Nora has a stellar WB reputation (over 400 points)Nora has a stellar WB reputation (over 400 points)Nora has a stellar WB reputation (over 400 points)
Default

It would help if you could show a live version of the site.

I noticed you have a double sidebar, that might cause some trouble.
Instead of using: <div align="center">Nav</div>, it's better to set:
.nav {
text-align: center;
}

To add a footer just add <div class="footer"></div> to your html and use the following CSS:
.footer {
clear: both;
}
Assuming you want the footer to be placed under your content..
Reply With Quote