Hello,
I'am new in css. I want to print a table, that will be generate from a database.
How can I only print the contents of a table or scrollable table?
How can I print all rows and cols of a scrollable tbl?(some rows are visible and some not until you scrolldown)
I use media=print but it just prints rows and cols that are visible on screen.
Thanks for help
NurtenYour best bet is to provide a printer friendly, PDF version. From a DB you might use formatting objects and Apache's FOP (<!-- m --><a class="postlink" href="http://xml.apache.org/fop/">http://xml.apache.org/fop/</a><!-- m -->).
The CSS option works pretty well, though. Are you setting to "none" the display property everything that you don't want to see?
Perhaps the URL might help.
I'am new in css. I want to print a table, that will be generate from a database.
How can I only print the contents of a table or scrollable table?
How can I print all rows and cols of a scrollable tbl?(some rows are visible and some not until you scrolldown)
I use media=print but it just prints rows and cols that are visible on screen.
Thanks for help
NurtenYour best bet is to provide a printer friendly, PDF version. From a DB you might use formatting objects and Apache's FOP (<!-- m --><a class="postlink" href="http://xml.apache.org/fop/">http://xml.apache.org/fop/</a><!-- m -->).
The CSS option works pretty well, though. Are you setting to "none" the display property everything that you don't want to see?
Perhaps the URL might help.