PDA


View Full Version : alt1 and alt 2 colors


burntire
05-18-2007, 07:08 PM
How do I keep the modules from alternating between colors.

I had a fix on the old version, but the vba_cmps_include_bottom file has changed and I can't figure out how to force the color to alt2 only.

Brian
05-18-2007, 07:11 PM
You should be able to look in the file for this line:
exec_switch_bg();

And replace with this:
$bgclass = 'alt2';