960 Grid Help

Discussion in 'CSS' started by doveroh, Jul 8, 2009.

  1. #1
    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.
     
    doveroh, Jul 8, 2009 IP
  2. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.

     
    markupdude, Jul 9, 2009 IP