Unable to center text in IE but works in firefox Unable to center text in IE but works in firefox php php

Unable to center text in IE but works in firefox


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Add this line of code at the top, it will work.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

Add this and it would work probably


Inline CSS overwrites the internal or external css.You have used <th style="width:x"> to set the width of the columns.Insted use <th width="x">.

This should work.