Quote:
Originally Posted by DragonByte Tech
Try changing the template to
Code:
<div style="width:102px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_faded.png);">
<div style="width:1px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_left.png); display:inline; float:{vb:stylevar left};"></div>
<div style="width:1px; height:11px; background-image:url(images/icons/vbactivity/{vb:raw color}_right.png); display:inline; float:{vb:stylevar right};"></div>
<img src="images/icons/vbactivity/{vb:raw color}.png" width="{vb:raw percent}px" height="11" alt="" style="float:{vb:stylevar left}; height:11px;" />
</div>
Fillip
|
Thanks Fillip
it looks like that has resolved my problem:up: