Thank you Lynne
Im almost there!
I added the code after this:
PHP Code:
{vb:raw thread.pagenav}
<vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw thread.lastpagelink}">{vb:raw thread.totalpages}</a></span></vb:if>
</dd>
</dl>
</vb:if>
And changed my CSS to:
PHP Code:
/* Give prefixes their own column */
img.threadicon {display: block; float: left; clear:right: }
.prefix {width: 75px; display: block; float: right;clear: right; height: 32px}
The only issue that I have now is this:
As you can see, I have a blank space below replies/views column, and I dont know how to fix It... I have an idea but dont know If works, is removing the rating html code that shows above the prefix image. But I dont know how to do It...
Any ideas?