|
|
 |
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:32
On 03/09/2007 14:57, John Deaville wrote:
> Can anyone tell me if this aligns centrally horizontally
>
> http://www.nxmd.co.uk
>
> Sorry forgot the link in the last one
>
> I am working on a mac - and on my mac - it does in camino and safari, but I
> looked on my pc laptop and it does not - in internet explorer - but it does
> in firefox
>
> Is this because I have not got the latest version of IE - can anyone check
> using the latest version please
>
> I used this CSS statement:
>
> margin: 0 auto;
>
> I am just learning css, and am trying to use it on anything that I am
> designing from now on - I find it really offputting that you cannot preview
> css layouts within dreamweaver design panel - is their any way around this
>
> I considered setting up two screens - one being a preview within the browser
> which I can refresh - how does everyone else work??
>
> thanks
>
>
Looks fine on firefox, you might want (note the px):
margin: 0px auto;
text-align: center;
to cover most browsers.
Martin
|
 |
|