bean111
Member
Posted 2 years ago #
My website is currently using this awesome theme. However it displays absolutely terrible in ie. I have tested on ie 6 and 8. The fonts are super blown up and even after editing the css sheet a bunch we cant get it to look normal. Do others have issues in internet explorer also?
My site is http://www.2centtac.com you can see that the font is bolded no matter what and the layout is not right.
Thank you for your help
You're missing a closing </h1> tag in your theme's header.
validation: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.2centtac.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
says it all: h1 tag not closed.
probably happened when you entered your image in header.php.
<div id="header">
<div>
<h1><a href="<?php....?>">
<img src="/banner/ban4.jpg" alt="Banner 4" />
</a></div>
</div>
bean111
Member
Posted 2 years ago #
You guys are life savers thank you so much for the help