OK, here's what I'm trying to do. I've got a real-estate listing database dump on a web site I'm working on. On the formatted page, each home is enclosed in a <table> tag (there's roughly 130 homes in the database). The problem is that when printing, sometime listings get split within the <table> tags (so we'll end up with the name of the home on one page, and the description for the home on the 2nd page, for example).
I know there are CSS2 tags that sort of accomplish page breaks, so I tried enclosing the table in a span tag like so:
<span style="page-break-inside: avoid">...</span>
However, it doesn't work in MSIE 6 or Mozilla beta 1.1.
Anybody have any other ideas on how to automatically break printed web pages? Is there any software that will do this?
To see the page I'm trying to nicely print, head here (may not look completely right, as it uses fonts we have in the office here so it prints nice on our printers):
http://www.sunrayinc.com/brochure_grab.php
Ideas?
-orty
I know there are CSS2 tags that sort of accomplish page breaks, so I tried enclosing the table in a span tag like so:
<span style="page-break-inside: avoid">...</span>
However, it doesn't work in MSIE 6 or Mozilla beta 1.1.
Anybody have any other ideas on how to automatically break printed web pages? Is there any software that will do this?
To see the page I'm trying to nicely print, head here (may not look completely right, as it uses fonts we have in the office here so it prints nice on our printers):
http://www.sunrayinc.com/brochure_grab.php
Ideas?
-orty
