Hi Pascal,

Is it expecting style with a type attribute?

<style type="text/css"> .....</style>
 
That was not necessary with jhs, but jqt may be expecting it?

Cheers, bob


On Jun 6, 2015, at 2:51 PM, 'Pascal Jasmin' via Programming 
<[email protected]> wrote:

> It appears to not be a css/style issues as borders do not display even if set 
> as element attributes
> 
> 
> ----- Original Message -----
> From: 'Pascal Jasmin' via Programming <[email protected]>
> To: Programming Forum <[email protected]>
> Cc: 
> Sent: Saturday, June 6, 2015 4:07 PM
> Subject: [Jprogramming] edith stylesheets
> 
> 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
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to