RE: Center tag in Firefox
Firefox adheres much more strictly to the W3C standards than IE does. However, if you set the DOCTYPE to HTML 3.2 or HTML 4.0/XHTML 1.0 Transitional, you should be able to use <center>. However, if you use HTML 4.0/XHTML 1.0 Strict, you have to use CSS e.g. style="text-align : center;".
|