Forum Moderators: open
Anyways, the list is getting way too long now (over 100 entries) and I'd love to be able to break up the list into columns - but that would mean the Order numbers would reset to 1 for each new column, which is inconvenient.
Is there a way (in CSS perhaps?) to begin the second column with a number other than 1? Or maybe a way to break up the list into columns without interrupting the numbering?
I fear not.
Put all your list items in a database (the database can be as simple as a plain text file). Use server-side scripting to read the items and build the HTML for your columns on-the-fly, adding numbering text in front of each item as it is processed.