Why does my Tumblr-based website not load properly with Internet Explorer?
August 27, 2010 4:08 PM   Subscribe

Why does my Tumblr-based website not load properly with Internet Explorer?

The blog / content section of my website ( http://www.theokindynis.com ) works fine with Firefox and Chrome but apparently doesn't load with IE. Any ideas as to why this is and how I can resolve it? Thanks!
posted by FuckingAwesome to Computers & Internet (1 answer total) 1 user marked this as a favorite
 
You have this comment in your code:

<!--FLICKR--!>


The correct syntax for comments is:

<!-- FLICKR -->

I think IE interprets this as a comment that didn't close, and is hiding all your content until the next comment, which is:

<!-- BEGIN TUMBLR CODE -->

Try deleting the last exclamation mark from your comment, and insert spaces before and after the text just for good measure (IE can be weird about white space too).
posted by clearlydemon at 4:17 PM on August 27, 2010


« Older He minds the gap   |   Take 4th Street to Electric Avenue to Funkytown Newer »
This thread is closed to new comments.