Click to See Complete Forum and Search --> : CSS2 Print Question


kwilliams
05-16-2006, 04:51 PM
Is there a way with CSS2 Print to specify a line break after a certain amount of rows in a data table on a regular web page? Thanks for any help.

KDLA
05-17-2006, 07:40 AM
http://www.w3.org/TR/CSS21/page.html#page-break-prop

KDLA

kwilliams
05-17-2006, 09:28 AM
Thanks for the reference URL KDLA. I says that you should avoid using page-break-after inside of tables, but it shows no way of using the page-break bethod after a certain number of rows. I've been looking at similar tutorials, articles, etc, and none of them mention it either.

I wouldn't mind the default setup of the browsers I'm testing with (IE, FF), but IE is cutting the last table row for the page in half, and FF doesn't have a top border for the table row on the next page. I'm not sure if there's anything more that I can do with this, but thanks for your suggestion.