The stylevar stuff does my head in. I'd probably just edit the vbookie_resultbits and vbookie_outcomebits templates and change the lines of
<a href="vbookie.php?do=viewitem&item_id={vb:raw item_id}">{vb:raw outcome.outcome}</a>
to
<a style="color:#000000;" href="vbookie.php?do=viewitem&item_id={vb:raw item_id}">{vb:raw outcome.outcome}</a>
so that the links a plain black.
not best practice, but it works in a pinch
|