Here is the fix, change this:
Change this code to in the "forumhome_latestthreadbit" template.
Code:
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
To this:
Code:
<img style="vertical-align: middle;" src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" />
It will then be both W3C and
CSS valid
------------------------------
You can also add this code in the same template
to create a gap between the Thread Title and the Last Post details.
Look For:
Code:
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a>
Change to this:
Code:
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a>