Hi Dan, I don't think you can "protect" a table from being broken during printing - if that's what you are after.
I think the best you can do is just insert a page break before a large table, which may maximize your table's chances of survival. Something like: <TABLE STYLE="page-break-before:always;"> <TR> <TD> .... </TD> </TR> </TABLE> Hope this helps. Cheers...... Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xml-extra.net 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- ----- Original Message ----- From: "Dan Stein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 12:39 PM Subject: Witango-Talk: [OT] JS or CSS Orphan no printing > I want to be able to print a list of courses but want the pages not to break > across a table. > > It looks like with CSS2 their should be some way to deal with this but I > can't figure it out. > > > -- > Dan Stein > Digital Software Solutions > 799 Evergreen Circle > Telford PA 18969 > Land: 215-799-0192 > Mobile: 610-256-2843 > Fax 413-410-9682 > FMP, WiTango, EDI,SQL 2000 > [EMAIL PROTECTED] > www.dss-db.com > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
