Can I add number succesions?
Posted: Wed Nov 17, 2010 8:43 pm
I have a lot of lines like this
And I want to enumerate all my items successively
so I have
Is there a way to do it?
Thank you very much in advance.
Code: Select all
xxxxxx
<caption></caption>
xxxxxx
<caption></caption>
so I have
Code: Select all
xxxxx
<caption>1</caption>
xxxxx
<caption>2</caption>
etcThank you very much in advance.