THT Community (TCom)
THT Community (TCom)
>
THT Development
>
Help for Developers
> Center Float Style
Full Version:
Center Float Style
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Nick
01-05-2009, 01:18 PM
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?
Jimmie
01-05-2009, 01:45 PM
Code:
margin-left: auto;
margin-right: auto;
Nick
01-05-2009, 05:51 PM
thanks. I already got help from r00t via a pm though... I like his solution better:
Code:
margin: auto auto;
THT Community (TCom)
>
THT Development
>
Help for Developers
> Center Float Style
Reference URL's
THT Community (TCom):
http://thehostingtool.com/forum/index.php
: