1
I don't know if this was mentioned before in any post, but there is a little bug in the news modules' news_archive.html-template.
The line
<tr class="<{cycle values="even, odd"}>">
should be
<tr class="<{cycle values="even,odd"}>">
without the blank after the comma, otherwise some browsers will interpret this as class=" odd", which is a non existing class.