Is it possible to change the border design...sorry i clicked the sent button
<html>
<table border="1">
<tr>
<td style="padding-left:5px;padding-bottom:3px;">
<strong style="font-size:12px;">Test A : <br/></strong>
Test1 </td>
<td style="padding-left: 5px; padding-bottom:3px; padding-top:4px;">
<strong style="font-size:12px;">Test B:<br/></strong>
Test2 <br/>
</td>
</tr>
<tr>
<td style="padding-left:5px;padding-bottom:3px;">
<strong style="font-size:12px;">Test A : <br/></strong>
Test1 </td>
<td style="padding-left: 5px; padding-bottom:3px; padding-top:4px;">
<strong style="font-size:12px;">Test B:<br/></strong>
Test2 <br/>
</td>
</tr>
</table>
</html>