rajkumar403
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Content:
1. Order1 Added some items - https://www.google.com/ 2. Order2 Added some items - https://www.google.com/ 3. Order3
Html code:
<ol> <li>Order1</li> </ol> Added some items - <a href="https://www.google.com/">https://www.google.com/</a> <ol start="2"> <li>Order2</li> </ol> Added some items - <a href="https://www.google.com/">https://www.google.com/</a> <ol start="3"> <li>Order3</li> </ol>
- This reply was modified 4 years, 9 months ago by rajkumar403.
Hi @ahmedkaludi ,
Above mentioned order list is working on actual pages. This type of ordering is not working on amp pages only. This case is happens when we are adding order items in word document.
Process1 – https://imgur.com/vQDqIaV
Process2 – https://imgur.com/MvMGnl0
Process3 – https://imgur.com/M2VbwV1
Process4 – https://imgur.com/YcuykX5
Process5 – https://imgur.com/PRwOUIdPlease check the process. Reply me back.
Regards,
Rajkumar S- This reply was modified 4 years, 9 months ago by rajkumar403.
Hi @ahmedkaludi ,
Ordering is working default cases, if we used the start attribute to create the order list it shows the same number for all listing items. Please check the below example case.
Example:
Working:<ol> <li>Item1</li> <li> Item2</li> <li> Item3</li> </ol>
Result:
-
1. Item1
2. Item2
3. Item3Not Working:
<ol>Item1</ol> <p>Some items</p> <ol start="”2”"> Item2</ol> <ol start="”3”"> Item3</ol>
Result:
1 Item1
Some items
1 Item2
1 Item3Regards,
Rajkumar S- This reply was modified 4 years, 9 months ago by rajkumar403.
Viewing 3 replies - 1 through 3 (of 3 total)