Log in

View Full Version : Questions about variables


Wifey
05-25-2004, 07:08 PM
I'm trying to change a mod over from 2 to 3 and I have it done on my board, but I was curious as to whether or not anyone knew how I could make these work in 3:

{tableheadbgcolor}
{firstaltcolor}
{tablebordercolor}

Xenon
05-25-2004, 07:27 PM
well, you can either define new replacement vars for them, as it was done in vb2, or the better way would be to use the vb3 standart classes for them

for example
color="{firstaltcolor}"
will becomeclass="alt1" aso