Center without Align

Discussion in 'Software' started by Yzaraf, Jan 20, 2005.

  1. Yzaraf

    Yzaraf Private E-2

    Is there a way to center something (like a table) in the middle avoiding use of align="center"?

    I can't use it when I try to make a page XHTML 1.0 Strict.
     
  2. goldfish

    goldfish Lt. Sushi.DC

    CSS!! XHTML is all about putting those kinds of attributes into CSS.

    you could use

    align:center;
    float:center;

    Or something more creative to get your table to go in the middle of the page.
     
  3. Yzaraf

    Yzaraf Private E-2

    Align is not a CSS property, and center is not a value for the float property...Only left, right, and none are...

    What is a "creative" method...Because as far as I can see, you can't do it. :rolleyes:
     
  4. goldfish

    goldfish Lt. Sushi.DC

    erm, align is a CSS property...... but you are right, you can't float center (silly me)

    you can use margins and the such to align stuff to the center.

    Trust me, it's possible.
     
  5. Yzaraf

    Yzaraf Private E-2

    but I still dont see how margins would help... Considering that center is a relative position to how wide the screen is. If you can figure how to do it let me know... I have been playing around with this for ages now...
     
  6. goldfish

    goldfish Lt. Sushi.DC

    Remember that your margins can be reletive too. i.e. 10%, 5%. if your content is 80%, ,make two 10% margins to put it in the center.
     
  7. Yzaraf

    Yzaraf Private E-2

    I got it...

    I couldn't do that because my table had an exact pixel value...

    SO...

    Code:
    body {
    	text-align: center;
    }
    #main {
    	text-align: left;
    	width: 70%;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    #main is a div that contains the whole document...

    That was confusing. I had completely forgotten about the auto value...Thanks for the idea of using percents too!
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds