This page shows correctly in Firefox: http://www.durband.com/blog/backstory-diary-of-a-working-holiday-to-usa/ but not in IE. Can anybody help please?
This page shows correctly in Firefox: http://www.durband.com/blog/backstory-diary-of-a-working-holiday-to-usa/ but not in IE. Can anybody help please?
You've got something buggered up in your XHTML. Go to http://validator.w3.org/ and run it with your URL. You'll see 31 errors. Most likely, if you fix one, most or all of the others will go away. Make sure for every start <div>, you have a end </div>.
incorrectly nested lists and most importantly, you have <div> related issues, see line 39 of the validator's results.
Thanks for your suggestions. Turns out it was incomplete Google AdSense code which I had accidentally pasted into the body of my page.
Removed that, and it renders fine in IE and FF now, though w3.org still aren't entirely happy with it.
This topic has been closed to new replies.