Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Printing tables: <thead>, <tfoot>, page-break-inside:avoid

 
Thread Tools Search this Thread
Old 08-17-2006, 01:29 PM   #1
Default Printing tables: <thead>, <tfoot>, page-break-inside:avoid


Hi all,

I like to print a table wirh many rows spanning several pages. To
display table headers and footers on every page, I use <thead> and
<tfoot>.

Each cell contains a varying number of lines. I want to keep them
together on a page using the following css:

tr { page-break-inside:avoid; }

The css works as expected with Opera, but Opera does'nt print the
<thead> and <tfoot> sections on every page.

FF prints the <thead> and <tfoot> sections as expected on every page,
even with nested tables, but does'nt honor the css.

Any solutions? As I can control the environment (which browser to use),
browser dependent solutions are welcome.

Thanks



bernhard
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump