Want to center this

Discussion in 'CSS' started by Kat2, Nov 7, 2007.

  1. #1
    Kat2, Nov 7, 2007 IP
  2. deques

    deques Peon

    Messages:
    206
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    make a container div for the whole layout

    put this before <div id="cabecera">
    <div id="container">
    Code (markup):
    and a </div> after the last </div>

    then in css add this line
    #container {width: 1000px; margin: 0 auto;}
    Code (markup):
     
    deques, Nov 8, 2007 IP