View Single Post
  #3 (permalink)  
Old 10-08-2008, 10:08 PM
Cody's Avatar
Cody Cody is offline
Master Babbler
 
Join Date: Oct 2008
Posts: 145
Cody has more than the average amount of reputation points
Default

Quote:
Originally Posted by Nora View Post
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..
Ok ill test it out thankx heaps!, thank also i didnt notice the double side bar :P
Reply With Quote