you will need an if statement for the prefixid's I believe.
<if condition="$prefixid[id-goes-here]" OR $prefixid[other-id-goes-here]> (I'm fairly certain I have mangled that statement, but it's only an example as I don't know the exact code for prefixes)
then you would put your if statements around the code that builds the tables and rows, and it would check prefixes (IDs) and apply your changes.
You would also have to change the class of the tables based on the prefix, so you would need to make a variable for the class, and add multi css entries.
Lynne, am I way off here or am I at least in the ballpark?
|