Dear Mike,
I would like to reset a counter within a table or a div, because, for coherence, my content is nested :
<table><tr><td>
<h1>Title 1</h1>
Content 1
<table><tr><td>
<h2>Title 2</h2>
Content 2
</td></tr></table>
</td></tr></table>
[..]
(Second, i processed the same with <div> instead of the tag. The same occured)
Is there a way to reset the counter liked with the h2 tag ? (I remember you told me this was not possible when the counter was linked with the table class, as i was doing before)
Thank you for any help.
Best regards,
Olivier
I would like to reset a counter within a table or a div, because, for coherence, my content is nested :
<table><tr><td>
<h1>Title 1</h1>
Content 1
<table><tr><td>
<h2>Title 2</h2>
Content 2
</td></tr></table>
</td></tr></table>
[..]
(Second, i processed the same with <div> instead of the tag. The same occured)
Is there a way to reset the counter liked with the h2 tag ? (I remember you told me this was not possible when the counter was linked with the table class, as i was doing before)
Thank you for any help.
Best regards,
Olivier