Hi there
I am working on a template for a new website and the homepage looks fine in every browser except IE (all versions).
I believe it has something to do with the line of code below as this shows up at the top of the page:
<!--[if lt IE]> <![endif]-->
<!--[if lt IE]>
<link rel="stylesheet" href="ie.css" type="text/css" media="screen">
<![endif]-->
Can anybody help?