At 20:04 -0700 on 04/11/2012, Ken Lanxner wrote about Re: sequential numbering:
Yes! Thanks. For some reason, I had never before come across
counter-increment. That will work perfectly for me.
Ken
Just remember that using counter-increment assumes that the user has
a browser that supports this tag. A better solution that does not
rely on the user having a compliant browser is to have the page
generated via PHP (so you can generate the counter on the fly. All
that is needed is to replace the <dt> tags with a php function call
that increments a counter and then outputs <dt>$Counter .
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>