Could you show me the code for aligning columns? I just upgraded to the newest showroster version and the code looks a little different. Here is what I used to have:
Code:
<vb:if condition="$show[field1st]"><td nowrap="nowrap" align="center" width="13%">{vb:var userinfo.{vb:var columns[column1]}}</td></vb:if>
Here is what i have now:
Code:
<vb:if condition="$show[field1st] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column1]}}</td></vb:if>