Spipu (./7) :
and it works fine with width ?
Almost. Its being created in the YUI editor and when viewed in the editor the line lines up at the bottom with the text. When I create the PDF the line is at the top of the cell instead of the bottom.
Here a snippet of code...
<table style="width: 100%; text-align: left;" cellspacing="0">
<tbody>
<tr>
<td style="width: 25%; vertical-align: bottom;">
Can you see the line?</td>
<td style="width: 75%; vertical-align: bottom;">
<div style="margin: 20px 20px 0px 5px; width: 100%; border-bottom-style: solid; border-bottom-width: 1px;"></div><br></td>
</tr>
</tbody>
</table>
Thanks.