i read somewhere that if you use <th></th> (Table Header), that it will do
this very thing.  You use <th> like you use <td>:

<table border=1>
<tr>
<th>Odd</th>
<th>Even</th>
</tr>
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
<td>

Just cause i read it doesnt mean it works, i sure hope it does though.  I
dont have a printer so cant test, sorry.

----- Original Message -----
From: "Dan Stein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 11:39 AM
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

Reply via email to