I'm using CSS counters to try to build this ordered list:
X. Y. Z. AA. BB. CC.
So far, I've got this:
X. Y. Z. AA. AB. AC.
In the html, I have to skip ahead 26 items to get from AA to BB, instead of AA to AB. Apparently, CSS counters don't take into consideration the value="54"
attribute in the <li>
tag.
Anyone know of a way to handle this without having to create another <ol>
that starts at BB?
There was a similar question, but the answer isn't quite there. How can you customize the numbers in an ordered list?
Thanks! - Michael M.
`. (For some values of “well”.) Also, is this for a spreadsheet-like device? Generate them with JavaScript…
– Ry- Jul 31 '13 at 20:02