In validation at http://d-theme.com/neewee, hhere is one HTML error, a ul within a span.
<span class="terms">Categories: < class="links inline">

Comments

archi’s picture

Hi,

I installed that theme & validate It's showing me
This document was successfully checked as XHTML 1.0 Strict!

If your code is hard coded than can you check again whether there is any tags are missing or not.

peterx’s picture

The span is in the theme in node.tpl.php in the following line.
<?php if ($taxonomy): ?><div class="node-metadata"><span class="terms">Categories: <?php print $terms ?></span></div><?php endif;?>
My page contains category terms and the terms are formatted by Drupal or the theme into a <ul> list. $terms contains the ul. The theme could change the span to a div or remove the span and place the class on the surrounding div.