So ive created an archive using reflect to only show the years calls below, but the entire archive for some reason has had an em tag come from nowheer and is making all the text italic -and i dont know why. It started off as a wordpress archive then the client changed their mind.
reflect call
[!Reflect? &targetID=`39` &getDocuments=`1` &dateSource=`pub_date` &tplYear=`RefYear` tplContainer=`RefCont` &groupByYears=`1` &showItems=`0`&dittoSnippetParameters=`parents:6`&id=`wp` !]
&tplYear
<li class="reflect_year">
<a href="[+url+]" title="[+year+]" class="reflect_year_link">[+year+]</a>
</li>
&tplContainer
<div class="reflect_archive_list">
<ul class="reflect_archive">
[+wrapper+]
</ul>
</div>
CSS
.reflect_archive_list ul { list-style: none !imporant; margin-left: 0px; padding-left: 0; }
.reflect_archive_list ul ul{ margin-left: 0px; list-style-type:none;}
.reflect_archive_list ul ul li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; }
.reflect_archive_list li a { display:block; padding:5px 5px 5px 10px; margin:0 0 1px 0; background-color:#f6f6f6; color:#666; text-decoration:none; border-left:2px solid #1c6077; list-style-type:none; }
.reflect_archive_list li a:hover { background-color:#eee; color:#333; border-right:10px solid #eee; }
.reflect_archive ul{margin-left: 0px; list-style-type:none;}
.reflect_archive li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; }
.reflect_year ul{margin-left: 0px; list-style-type:none;}
.reflect_year li { margin-top: -5px; margin-bottom: 0.8em; list-style-type:none; }