Quote:
Originally Posted by trafix
PHP Code:
if (($counter++ % 2) != 0) { $backcolor = "class=\"alt1\""; } else { $backcolor = "class=\"alt2\""; }
|
i tried to do this for every alternating tcat in my vbadvanced cmps by putting it in my forums/global.php and editing adv_porta;_module_shell here
Code:
$mods[formcode]
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td colspan="$mods[colspan]" $backcolor>
and it didnt work.... any ideas? im not a coder.