I want to use ol li inside table but li indent is not working. ol li indent is working well if not inside table. Can someone help me with this issue ? Thank u before...
These are mPDF and PHP versions I am using
Mpdf : 6.1.3
PHP : 5.5.33
This is a HTML code snippet I use
<table>
<tr><td>
<ol>
<li>very long char.....</li>
</ol>
</td></tr>
<table>
Result html above
1. very long char...
continue here.... **<-- indent not working (inside <td> tag)**
and here...
2. very long char...
continue here....
and here...
Expectation
1. very long char
continue here... <-- **indent working**
and here,,,
2. very long char
continue here...
and here,,,
I'm also experiencing this issue where <ul> <li> </li> </ul> lists inside of tables don't indent properly for text that wraps around to the next line.
Thanks.
Can you give us any clue about the reason for this nasty limitation affecting block-level elements styles?
This is very annoying, and it has deep conseqences for layout design.
I know this is documented with a single paragraph, but some basic explanation would be very helpful, IMHO.
I have this problem
I want to use ol li inside table but li indent is not working. ol li indent is working well if not inside table. Can someone help me with this issue ? Thank u before...
These are mPDF and PHP versions I am using
Mpdf : 6.1.3 PHP : 5.5.33
This is a HTML code snippet I use
Result html above
Expectation