I'm trying to bring a very old version 7 site up to date a bit using css for the layouts. I'm using a container <div> with a margin-left and margin-right of 'auto'...
In my non-Actinic pages, the entire site is centred... but in the Actinic templates (and all product pages) the site left aligns in Internet Explorer (looks fine in Firefox)
Heres the css for the container div:
In my non-Actinic pages, the entire site is centred... but in the Actinic templates (and all product pages) the site left aligns in Internet Explorer (looks fine in Firefox)
Heres the css for the container div:
Code:
#wrapper { width: 790px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
Comment