is there a way to get the following text when set to the text property of an 
edith to display with borders between table cells?  Either with the stylesheet 
property or a style tag as below?

<html><head>
<style>table, th, td{border:1px solid black  ;border-collapse:collapse;}
th, td       {padding:5px    ;text-align:left;} 
caption {padding:20px;}                                     </style></head>
<body>hello world
<table><tr> <td><table><tr><td>asdf</td></tr></table></td> 
<td><table> 
<tr> <td>4</td><td>4</td><td>4</td></tr> 
<tr> <td>4</td><td>4</td><td>4</td></tr> 
</table> 
</td></tr> </table></body></html>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to