[css-d] Centering Flickr Badge

2005-12-13 Thread Niels Olson
Hello,

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/

Regards,

Niels

--
Niels Olson
Tulane School of Medicine
Class of 2009
[EMAIL PROTECTED]
h/c: (410)212-1281
http://nielsolson.us
__
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/


Re: [css-d] Centering Flickr Badge

2005-12-13 Thread Bob Easton
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/