URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.
EDIT: Check it again, the index.php was the
You have RAW php code because you didn't configure the server properly:
Resolve that issue by applying PHP to *.html files and won't show up literally. If I recall correctly, adjust this line in the .ini file to be:
AddType application/x-httpd-php .html .htm .php
Because this literal backend code is in front of the DOCTYPE, it causes quirks mode in IE and in quirks horizontal auto margins don't work properly.
You can go with the text-align:center on parent element, but that's a hack for IE and you should solve this properly by making IE render it in standards mode from my suggestion above.