0

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>
Gal Margalit
  • 5,525
  • 6
  • 52
  • 56
David Simon
  • 21
  • 1
  • 7

0 Answers0