Hello my website is displaying centralized on mozilla but left aligned on internet explorer, along with I need to have a background for my website like http://video.aol.com/ My website width is 728 pixel see my site http://www.apkabhopal.com/classifieds/ please suggest
Try changing the coding for css under <style type> From: div#container To: #container Then right under <body> add: <div id="container"> Then at the end of the page right above </body> add: </div> See if that fixes the centering.