Re: Firefox H1 text is Red, Black in I.E. Help please!
Hi Sindee,
Too many conflicts, I would suggest do a w3w check!
<style type="text/css"><!--
BODY {font-family:"Arial"; font-size:12;margin:0px;padding:0px;text-align:center;min-width:965px;}
P {font-family:"Arial"; font-size:12;}
FORM {margin:0;padding:0;}
#centerwrapper {text-align:left;width:965px;margin-left:auto;margin-right:auto;}
--></style>
<!--$begin pageHtmlBefore$--><meta name="robots" content="index,follow">
<!--$end pageHtmlBefore$-->
</head>
<body bgcolor="#FFCC99" text="#000000" link="#0000FF" vlink="#800080" topmargin="0" leftmargin="0">
Your style header and body header conflict with each other. Either stick to inline, on the page or put all your style as external. On page overides external. IE tends towards strict, whilst IE still interprets, hence the difference.
Take care
Keimos
|