@kmessinger Thanks. I thought the first line had to be <?php ?>.
@esmi – I have the conditional comments listed like this…. after the `<!DOCTYPE HTML>
<!–[if IE 6]><html id=”ie6″ <?php language_attributes(); ?>><![endif]–>
<!–[if IE 7]><html id=”ie7″ <?php language_attributes(); ?>><![endif]–>
<!–[if IE 8]><html id=”ie8″ <?php language_attributes(); ?>><![endif]–>
<!–[if !(IE 6) | !(IE 7) | !(IE 8) ]><!–><html <?php language_attributes(); ?>><!–<![endif]–>`
[Please post code or markup snippets between backticks or use the code button.]