Results 1 to 2 of 2

Thread: centering css PS ouptut

  1. #1
    Join Date
    Sep 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default centering css PS ouptut

    hi all i am new to css, so have output my my design using photoshop
    which generates the css (great) but when i get it to dreamweaver the file is absolute, how would i get it to be centred and remain centred when the user moves the page (the old was in your rable tag "align = "centred"" woul do this

  2. #2
    Join Date
    Sep 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    try this

    body{
    text-align:center;
    margin:0 auto;
    }
    good luck

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •