Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:46
On 3 Sep 2007, at 15:07, Martin Wheatley wrote:
>>
>
> Looks fine on firefox, you might want (note the px):
>
> margin: 0px auto;
> text-align: center;
>
> to cover most browsers.
zero value attributes don't need dimensions.
margin: 0 auto; is fine AIUI