The "Stores" sidebar on all the pages except the home page, does not center the text. Although the code is not easy to read, would someone be able to figure out why my text does not center? Firefox appears fine, it only doesn't work on Explorer. My site is www.GoodDiscount.info
I did not find any error when i checked on IE7... If you still find the error then do let me know about this... and also let me know the version of IE... If the version is IE6 then don't worry... IE6 is the worst and nowadays all the web designers are not bothering about IE6...
Thanks for your input, I'm glad it's working for some people. I am however using IE 8 to get the error.
You can do one thing... Install an web developer addon to your IE8 (like firebug for firefox) and inspect the error using them... This is the best possible method you can do to rectify the error...
You can never trust IE to do ANYTHING right. You are in quirks mode because you don't have a doctype and IE won't attempt to perform like the other far more modern browsers. Add this to your first line: <!doctype html> HTML: