bom dia..
estou usando o itextsharp para imprimir um conteúdo html em pdf, meu html é uma tabela onde eu a monto toda na mão.. gostaria que somente algumas bordas da tabela fossem colocadas, mas não estou conseguindo aplicar essa informação.. alguém consegue
me sugerir o que eu devo fazer?
veja pedaço da minha tabela..
<table style="border:0; border-collapse:collapse; padding:0">
<tr style="border-bottom:solid 2px #000;">
<td width="25%" border-bottom-width="2" style="text-align:left; margin:0px; padding:0px"><img width="120px" height="30px" src="http://localhost:55156/" /></td>
<td width="1%" style="border-bottom: 2px solid #000; text-align:left; margin:0px; padding:0px; vertical-align:bottom"><img width="1px" height="30px" src="http://localhost:55156/" /></td>
<td width="11%" style="border-bottom: 2px solid #000; text-align:center; margin:0px; padding:0px; vertical-align:bottom; font-weight: bold; font-size: 20px; font-family: Arial; color: black;">237-2</td>
<td width="1%" style="border-bottom: 2px solid #000; text-align:left; margin:0px; padding:0px; vertical-align:bottom"><img width="1px" height="30px" src="http://localhost:55156/" /></td>
<td width="62%" style="border-bottom: 2px solid #000; vertical-align: bottom; text-align:right; font-weight: bold; font-size: 11px; font-family: Arial; color: #000;">23791.24601 90000.500000 01000.500908 1 65160000126000</td>
</tr>
</table>
da mesma forma que coloco a bordar dentro do style ou fora.. elas não aparecem..