I get no class on the first of the 5 links. My site doesn't revalidate either as I posted in the thread started by g00gl3r where he thought it was down to a 301 redirect to a non-index.htm/php file. I put new ad_network.php code live today but still won't revalidate. Can it be down to this m issing class on the first link? HTML output: <p>Some other internet browsing ideas:<br> <a href="http://www.ocre-bl.com/english.htm">Export Credit Insurance</a> / <a href="http://www.best-buy-online.org" class="8dhf2kjj">Best Buy</a> / <a href="http://www.webmaster-talk.com/reviews/software/pc-anywhere.php" class="8dhf2kjj">PC Anywhere</a> / <a href="http://www.actiondays.co.uk/fac/" class="f82ks1ff">Conference UK</a> / <a href="http://www.mebaseball.com" class="h83jd7hf">Baseball Forums</a></p> Code (markup): PHP code: ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo "<p>Some other internet browsing ideas:<br>"; echo ' '.$ad_network[0].' / '.$ad_network[1].' / '.$ad_network[2].' / '.$ad_network[3].' / '.$ad_network[4].'</p>'; PHP:
What you are seeing is a mixture of old and new classes (which is fine). What's the specific page that it says it can't find ads on when validating?