At 22:02 -0700 on 04/11/2012, Ken Lanxner wrote about Re: sequential numbering:
Thanks, Robert. Sensible suggestion. As it happens, these lists
won't be on the web and we are covered as far as browser support.
No problem. In that case, my comment is not applicable to your
situation. I tend to look for hidden assumptions in other replies (as
in this case) and point them out so the final solution is a fit.
There is nothing worse than to make the effort to implement a
solution only to find that there is a caveat on its usage that was
not mentioned. This habit, as in this case, causes me to make
comments that are unnecessary. OTOH, someone who is lurking here who
has a similar need my find my warning of use in avoiding a pitfall of
assuming that there is no hidden caveats to the counter-increment
method.
Ken
[email protected] (Robert A. Rosenberg) wrote on 4/11/12 8:40 PM
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 .
--
Orange County Website Design
http://simplelives.com
--
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>
--
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>