Ray L
Member since Dec 11, 2008
- Profile: /members/2551-ray-l.htm
- Comments: 2
Recent Blog Comments By Ray L
-
Ask Ben: Optimizing Tables For Printing
Posted on Sep 18, 2008 at 7:03 PM
@Dave For memo/text/clob/etc fields, you can determine the number of characters in the data, estimate the number of characters per line and calculate when to break a page. Of course with most fonts that will only be an estimate, as some letters (ie, WWWWW) would be longer than others (ie, IIIII). ... read more »
-
Ask Ben: Optimizing Tables For Printing
Posted on Sep 18, 2008 at 12:16 AM
Man, that scared me a bit. I thought I had been missing something all this time that would've been real useful. What a relief to realize I hadn't. I just googled THEAD and saw you can use this: <style> thead { display: table-header-group; } </style>. But then IE doesn't break the tabl... read more »