1

width follow HTML code:

<style type="text/css">
.small {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
}
</style>
<table width="100%" style="width: 181mm" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr valign="bottom"> 
   <td style="width: 60%" width="80mm">&nbsp;</td>
   <td style="width: 40%" width="101mm" class="small"><b>line 1</b><br>
    line 2<br>
   </td>
  </tr>
 </table>


the bold of "line 1" not appear on PDF file

2

First, hi (it's your first post...)

What version of HTML2PDF do you use ?

3

I use the version: 4.00 of HTML2PDF

4

i have test, it work's for me with this :

<style type="text/css"> 
.small { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 9px; 
} 
</style> 
<table width="100%" style="width: 181mm" border="0" cellspacing="0" cellpadding="0" align="center"> 
	<tr valign="bottom">  
		<td style="width: 60%" width="80mm">&nbsp;</td> 
		<td style="width: 40%" width="101mm" class="small"><b>line 1</b><br>line 2<br></td> 
	</tr> 
</table>


the verdana font is not in the package. it could not work with your example. you may have a error : TCPDF ERROR: Could not include font definition file: verdana
Ancien pseudo : lolo