Answer the question
In order to leave comments, you need to log in
How to continue numbering?
So. There is a block in which there is a page switch, with the following structure:
<ol>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ol> <!-- Page 1 -->
<ol>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ol> <!-- Page 2 -->
<ul class="pagination">
<li><a href="#page-1">1</a></li>
<li><a href="#page-2">2</a></li>
</ul>
<ol>
is called by an array in PHP?
Answer the question
In order to leave comments, you need to log in
htmlbook.ru/html/ol/start
Example
We know about the start attribute, but what is the right way to “squeeze” it if it <ol>
is called by an array in PHP?
If you know about the attribute and want help with the php code, then why do you have html in your tags and not php? Where is the php code you need help with? No words just...
start attribute
<ol start="30">
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ol>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question