2 comments

  • You need to add the following to your stylesheet:

    margin: 0 auto 20 auto;

    Put it inside the curly brackets that follow “#content”. Then delete anything about margin-left, margin-right, etc. The end result should be something like:

    #content {
       position : absolute;
       background:#FFF;
       margin : 0 auto 20 auto;
       border:1px solid #FFF;
       width:530px;
    }
  • I got you email Kev and sent a reply.