Follow us on...
Follow us on Twitter
Register
+ Reply to Thread
Results 1 to 2 of 2

Thread: Box centering

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    7
    Feedback Score
    0

    Box centering

    How to center box without using <center></center> ?

  2. #2
    staff Martin's Avatar
    Join Date
    Dec 2011
    Location
    Prague
    Posts
    348
    Feedback Score
    0
    You can center box with fixed dimensions by using
    Code:
    margin: auto;
    OR
    margin: 0 auto;
    OR
    margin: 0 auto 0 auto;
    instead of zero you can put some margin

 

 

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