html - Ordered Lists <OL>, Starting index with XHTML Strict? -


There is a way to start an order list from a specific list when following the XHTML strict? Using Start = n works well, but it is ... its purpose is to resume the index with paging.

I saw some reference of a CSS solution, but the beginning index can not be used as a feature in the deprecated case of the beginning.

As stated, the counter will be a way to accomplish it and still maintain the valid document At Array Studios it shows how to code it in XHTML and CSS. The following is copied from your article:

You need to write the following in your CSS:

  OL # page_one {Counter reset: items} OL # Page_to two {counter-reset: item 5} li {display: block} LI: {content: before "item"). ";"; Per-pay increase: Items; Display area; }  

And, how your lists should be defined:

   

Comments