<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The&nbsp; lt&nbsp; in the conditional comment means Less Than.<br>
<br>
sergio_101 wrote:
<blockquote
 cite="mid:c60d3a541002281458o73b05527q4c18c5bd136831ab@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I don't know in 3.0 but in 2.8 I have:

    </pre>
  </blockquote>
  <pre wrap=""><!---->
thanks, miguel...

this works out great.. renders:

&lt;!--[if IE]&gt;&lt;link rel="stylesheet" type="text/css" media="screen,
projection" href="/css/blueprint/ie.css"/&gt;&lt;![endif]--&gt;

the only issue is that i think i need:

&lt;!--[if lt IE 8]&gt;

does anyone know what the 'lt' means?

if i change it to:

anHtmlRoot if ie8 do: [

it renders it as:

&lt;!--[if IE 8]&gt;

thanks!


  </pre>
</blockquote>
</body>
</html>