I'm Trying to create a 3 column ordered list in Joomla. I've tried these methods for continuing the numbering:
<ol style="counter-reset: item 11;">
to start the numbering from 11 for column two. And also this:
<ol start="11">
But neither of these work. Are there any restrictions on this in Joomla?
Thanks!