THT Community (TCom)

Full Version: Center Float Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am working on making my style 75% of the screen width and floating in the center of the screen. How do I make it centered?
Code:
margin-left: auto;
margin-right: auto;
thanks. I already got help from r00t via a pm though... I like his solution better:

Code:
margin: auto auto;
Reference URL's