HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Table borders disappear in default or low zoom ratio › Re: Re: Table borders disappear in default or low zoom ratio
But if my table layout is as below:
<br />
<style type="text/css"><br />
.tb4{color:#000; border:1px #000 solid; border-collapse:collapse;}<br />
.tb4 td{padding:6px 3px; border:1px #000 solid; line-height:15px; }<br />
.tb4 .hd{padding:6px 3px; background:#eee; text-align:right; }<br />
</style><br />
... ...<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tb4"><br />
<tr><br />
<td class="hd" width="20%"><br />
AAA<br />
</td><br />
<td><br />
111<br />
</td><br />
</tr><br />
<tr><br />
<td class="hd" width="20%"><br />
BBB<br />
</td><br />
<td><br />
222<br />
</td><br />
</tr><br />
</table><br />
Any suggestion to fix “missing” border between AAA and BBB?