Quote:
Originally Posted by Lynne
Put that same sort of code in the area where that bar is created. That row is by default defined by class thead, so change this line near the top of your postbit(_legacy) template:
HTML Code:
<if condition="$post[usergroupid]=6">
<td style="background-color:yellow" $post[scrolltothis]>
<else />
<td class="thead" $post[scrolltothis]>
</if>
|
Where would I add that code or replace what?