I was going to mention this earlier, as I just noticed it today, but I noticed a few errors in the HTML output, but can't quite seem to find where to edit. For instance, the Achievements images have a duplicate
border attribute in them. And the
alt tag is not specificied:
Code:
<img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/dude4_16.png" title="Got three Friends" /><img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/spheres_iridescent_16.png" title="First 1000 Experience Points" /><img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/calendar_16.png" title="10 Days registered" />
That's turning up quite a few validation errors for me.