Quote:
Originally Posted by Racenut
I tried this but i get the image repeating the whole width of the cat header, including over the text. Any ideas?
|
Hello,
I'm not 100% sure because I haven't tried it but this should work.
instead of
<td class="tcat" style="background-image:url(images/gradients/your-image.gif)" border="0" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
try
<td class="tcat" style="background-image:url(images/gradients/your-image.gif); background-repeat:no-repeat" border="0" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">