Probably because whatever you're assigning this class to is an inline element instead of a block element. If you add display:block to the style rules, it will be centered.
Crump
6:49 pm on Mar 13, 2006 (gmt 0)
Thanks, that worked. I am still new to CSS and I always forget about the display: block / inline function.