Hi sorry I know this is probably not a php problem but I am designing a webpage in PHP and can't seem to get it to center in Internet Explorer. It centers fine in all other browsers.
Can somebody please tell me what I need to put in the stylesheet to make it center in the middle of the browser in IE.
This is my body at the moment:
body {
background: #D6D9CB url(../images/background.png);
padding: 0;
LEFTMARGIN: 0;
TOPMARGIN: 0;
MARGINWIDTH: 0;
MARGINHEIGHT: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.5em;
}