Honus Posted July 31, 2010 Share Posted July 31, 2010 The website I am working on is https://www.trinityeventmanagers.com/shop/catalog/index.php In IE it aligns to the left fine, but I can't get it to align to the left in Firefox and Chrome. It is so frustrating...my brain wants to explode. HELP> Link to comment Share on other sites More sharing options...
germ Posted July 31, 2010 Share Posted July 31, 2010 In the stylesheet: #centrepage { text-align: left; width: 976px; margin: 0px auto 0px auto; background: #ffffff; } Delete this line and it aligns left in FF margin: 0px auto 0px auto; Although I'm not sure what it does to the rendering in IE... :-" Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. This works with IE and Firefox. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Honus Posted July 31, 2010 Author Share Posted July 31, 2010 WOOT - I must have just been looking at to too much to notice that. Thanks - that worked perfectly! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.