On Tue, 2003-10-07 at 16:13, php coder wrote:
> Issue:
> HTML files are to large to print from the browser. We are creating reports 
> that are ++5 mg in size. This is a real problem for the browser. We are on a 
> network and can print directly from the server but this means we must 
> convert the html to some printer friendly format. We are using many new 
> standards such as <tbody and <thead tags to give us consistent header on 
> each page of a printed document. This seems to cause problems with most 
> conversions that we have seen.

Rather than using <tbody and <thead can't you use CSS to provide the
same result thus eliminating the problems with conversion utilities?

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to