View Single Post
  #5 (permalink)  
Old 10-13-2008, 09:30 PM
Keimos's Avatar
Keimos Keimos is offline
WebProWorld Veteran
 
Join Date: Jul 2003
Location: United Kingdom
Posts: 477
Keimos RepRank 0
Default 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
__________________
Keimos - Always learning something new each day
www.keimos.co.uk , www.keimos.net , www.selfpacedit.co.uk
Reply With Quote