Results 1 to 2 of 2

Thread: Align content vertical and horizontal

  1. #1
    Join Date
    Oct 2008
    Posts
    22
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Align content vertical and horizontal

    Hi all,

    I have created a website and centered everything horizontally using the following css:

    Code:
    #container {
    	width: 800px;
    	margin: auto;
    }
    I just all content inside the container.

    How can i centre the content vertically? so its completely in the center of the screen.

    Thankyou.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

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
  •