Forums

[resolved] Elegant Grunge Display in IE (4 posts)

  1. 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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You're missing a closing </h1> tag in your theme's header.

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    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>
  4. bean111
    Member
    Posted 2 years ago #

    You guys are life savers thank you so much for the help

Topic Closed

This topic has been closed to new replies.

About this Topic