I use html2php to create a PDF document. Now I want to frame a table very thin. Unfortunately the frame gets too thick when I use 1px.
<table style="border: 1px solid black;">
<col width="700">
<tr>
<td>
<ul>
<li>Lölölö #1</li>
<li>Lölölö #2</li>
<li>Lölölö #3</li>
</ul>
</td>
</tr>
</table>