I have sorted out Validation on Blog Page
Before I look at conditional comment CSS – the page only seems to affected on IE8 compatibility mode only – does this roll the page back to IE7 settings?
<?php get_header(); ?>
<div id="subwrapper">
<?php include("topbar.php"); ?>
<div id="maindiv">
<!--left col-->
<div id="leftcol">
Is there an issue having a div between 2 PHP scripts
Thanks Again