[thelist] Centering fixed width div with CSS

fstorr thelist at lists.evolt.org
Sun May 19 03:14:01 2002


But beware that this isn't always supported.  IE5 doesn't support
margin:auto and I can't remember what IE6 non-strict does to this
either.

Francis

___

that's what I was looking for. Thanks!

> From: "Rachel Cunliffe" <rachel@cre8d-design.com>
>
> Try this adding this to the style:
>
> margin-left: auto; margin-right: auto
>
> hth,
> rachel