PDA

View Full Version : Category headers


njm54
06-26-06, 10:10 PM
I have a short description of each category which I added to the category header. Is there a way to make this appear only on the first page of the category? Currently it appears on every page.

Bruce - PhosphorMedia
06-26-06, 10:27 PM
Easy: wrap the info in:


<mvt:if expr="(g.offset EQ '0')">
info goes here
</mvt:if>

njm54
06-26-06, 11:14 PM
Works great. You just made my life a lot easier. Thanks.

Bruce - PhosphorMedia
06-26-06, 11:31 PM
heck, wasn't me...was MM5<G>

LGC Ltd.
06-30-06, 07:35 AM
Thanks I will use this too