Hi,
I have a Terms and Conditions document that I want to place in my website, that consists of a number of sub-headings with bullet points under these sub-headings.
In HTML, I want to make these bullet points into an ordered lists within each sub-section, which seems to work fine, but how can I carry the numbering so that from the first ordered list to the very last one, the numbers start from 1 and carry through right to N?
At the moment, I have to create for each sub-section, an open and close ordered list tag, so I never have a incremental list from start to finish.
Thanks.