On 11/23/06, Richard Brown <[EMAIL PROTECTED]> wrote:
> Hi
>
> I want this site to sit to the left of the screen but in WinIE it is
> aligning centre. Could someone tell me why please?
>
> <http://alexander.cregy.net/>
> <http://alexander.cregy.net/wp-content/themes/NewSite/style.css>

Clearly because you have
body { text-align: center } and
#container { width: 700px; }
which is the way used to center a block element
(instead of the standard way of setting margin: 0 auto)

Just remove the text-align: center from the body styles and your page content
will be left aligned, ... hmm maybe... I cannot guarantee :D
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to