There are still a couple of errors in the html code generated by comments and they aren't in the templates.
There is a "br" without the trailing slash.
The img tag for [PRINT] has a name but not an "alt" as required by xhtml
I suggest that you re-thing stuffing 'span class="Normal"' in the hrml code and allow the template to select what class that sould be used. Maybe a good way would be to have a 'div id="NewsArticle"' in List.Header, View.Header, Print.Header etc. and the closing "div" in each of the footers.
You could then style #NewsArticle with the normal elements.
Of course, if DNN would add the "Normal" to the body defs then we could all save ourselves many of these styling issues.
Thanks for working on xhtml compliance,
/DaveS |