We have classic feature list in 4 column. This should read 1, 2, 3, 4
They need to display numbers, but trying to figure out how to manually set the field. Auto generate thinks it needs to be 1 for each as if they are starting a new sequence.
Ideas?
We have classic feature list in 4 column. This should read 1, 2, 3, 4
They need to display numbers, but trying to figure out how to manually set the field. Auto generate thinks it needs to be 1 for each as if they are starting a new sequence.
Ideas?
Hi There,
Thank you for writing in, on the STYLE field of the second Feature List element please add something like this:
counter-reset: xFeatureListNum +1;
the third feature list would be +2, and the fourth one would be +3, and so on.
More details about counter-reset
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.