Got a problem I can't seem to figure out...
Take notice the text is crammed to the right. But when you look at the source of the page you find...
Code:
Overall activity: 35.0%
But when you look at the template it using <dt> and <dd> tags...
Should be...
Code:
<dt>Overall activity:</dt> <dd>35.0%</dd>
But the tags are not being used or is the template not being used. I got frustrated hunting for the last few hours trying to figure this out. Could some tell me how to get the tag inserted into the template or get the program to see the current template which already has it.