greens85
11-30-2010, 03:39 PM
Hi all,
Part of my site isn't rendering as intended in IE7 however is fine in FF and IE8..
I have attached appropriate screen shots.
Is anyone able to advise why this is happening?
Many thanks,
Greens85
abduraooft
11-30-2010, 03:44 PM
There's a closing tag mismatch at line 178 :rolleyes:
greens85
11-30-2010, 03:50 PM
There's a closing tag mismatch at line 178 :rolleyes:
Hi Abduraooft,
Do you mean here:
<li>
<div class="xmas">
<div class="GlobeImg">
<img src="images/Edworld-Slide-Globe-Larger.png" alt="Education World" title="Education World" class="alignimgright"/>
</div>
<div class="xmasbold">
Education World has something for <br /><span class="underline">EVERYONE</span> this Christmas!
</div>
<br/>
<div class="xmasText">
<br />
<br />
<br />
<br />
<br />
<br />
Call us now on 0191 440 99 93 to see what we have for you!
</div>
</div> // I have added a closing </div>
</li>
If so, it doesn't seem to have had an impact, of course theres every chance I have misunderstood what you are saying.
My line numbers don't seem to match up.
greens85
11-30-2010, 03:53 PM
Ah, it was a simple as removing the <br />....
but thanks for spotting my missing </div>!
:)