Niels Olson wrote:

> I barely know enough about CSS to keep my blog from returning errors every
> time I change the style sheet. I have one fairly directed question: how do I
> center my flickr badge in a column? I have added align="center" everywhere I
> can think of and it still aligns to the left. Help! My blog is here:
> http://nielsolson.us/Haversian/

#zg_div {margin: 0 auto;} should do it.  This says use 0 margin top and 
bottom and auto width margins left and right.

There's more on centering in the WIKI at:
http://css-discuss.incutio.com/?page=CenteringBlockElement

-- 
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to