Hello, I am learning to use the 960.gs and having a few problems that I am hoping that someone that has used the grid system could answer pretty easy. First of all. I can not get my site centered. Second, After two grid_12 sections, I can not get the next sections to go side by side like they should do easily. you can see my live example at http://www.lincolnworks.com thank you for your time and your help.
No just using 960 grid system will not make your website work fine. Your HTML has to be correct too, though i appreciate you choose to use a CSS grid system for proper layout, its the right first step. Now you must write a proper Doctype, move all css to an external CSS file, and remove inappropriate/deprecated HTML elements like <center> from the code. As of now, all of your 3 CSS files is not being applied to the page due to faulty Doctype. Which can be And a content type after the <title> like this below will do good.