I have a problem now, I have a very long legal document to put on the web. That document should respect that format:
TITLE 1. *** TITLE 2. *** TITLE 3. *** * *** TITLE 4. *** 5.*** * *** TITLE 6. ***. * 6.1 ****; * 6.2****
what I want is to use the ordered list and define the TITLE as H2 elements. so the problem I have is if I do this, I would have to rely on the deprecated element “start†and “value†which I would like to avoid. I could have use the counter-increment property but it doesn't work in IE 6 and I need this page to be cross-browser compatible. so do you have any idea about it, could you help me, thank u :)
I have a problem now, I have a very long legal document to put on the web. That document should respect that format:
TITLE
1. ***
TITLE
2. ***
TITLE
3. ***
* ***
TITLE
4. ***
5.***
* ***
TITLE
6. ***.
* 6.1 ****;
* 6.2****
what I want is to use the ordered list and define the TITLE as H2 elements. so the problem I have is if I do this, I would have to rely on the deprecated element “start†and “value†which I would like to avoid. I could have use the counter-increment property but it doesn't work in IE 6 and I need this page to be cross-browser compatible.
so do you have any idea about it, could you help me, thank u :)
On the other hand, I know this HTML won't validate, but it works. Will it work for you?or if you need it to validate, it's a bit more markup: