I'm not sure if should post this here or rather in the bugforum.
But as it has to do with templates, I'll put here.
Was just editing my template.
Replaced the catbg.jpg with one I made. Note that I created it in the same size.
After I did so I noticed the following:
in the MessageIndex and
in the thread Display.
As you can see, a cell with an extra catbg.jpg is created and shifted by some pix. This doesn't look nice.
What you have to do to get rid of this:
<edit file>
Sources/MessageIndex.php
</edit file>
<search for>
<td class="catbg" bgcolor="$color[catbg]" align="right"><font size="-1">
</search for>
<replace>
<td align="right" nowrap><font size="-1">
</replace>
<edit file>
Sources/Display.php
</edit file>
<search for>
<td class="catbg" bgcolor="$color[catbg]" align="right" width="350"><font size="-1">
</search for>
<replace>
<td align="right" width="350"><font size="-1">
</replace>
<search for>
<td class="catbg" bgcolor="$color[catbg]" align="right" width="350"><font size="-1">
</search for>
<replace>
<td align="right" width="350"><font size="-1">
</replace>
After this everything will be smooth