Pardon me, but why is this section (shown below) in the headinclude of the blogs so coded, specifically why does it appear to be commented out with a broken HTML comment line before and after the main section? Should the commenting-out be removed if one does in fact want trackbacks to work?
Many thanks in advance for all assistance on this matter.
HTML Code:
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description
rdf:about="http://heathen-hub.com/blog.php?b=258"
dc:identifier="http://heathen-hub.com/blog.php?b=258"
dc:title="Down among the dead men -- not just a board, never just a board"
trackback:ping="http://heathen-hub.com/blog_callback.php?b=258" />
</rdf:RDF>
-->