i am using the following code
=============================================
<tr>
<td height="100" align="left" valign="top" style="border-left: 1px solid #999999; border-bottom:1px solid #999999; border-right:1px solid #999999;">
</td>
</tr>
=============================================
as there is no reference to the actual style sheet the style will not appear, however my question is with the above code i am not able to get a border line on top of the table data, i have used border-top:1px solid #999999; however it does not work.