<HTML>
<HEAD>
<STYLE MEDIA="print"><!-- 
p.page { page-break-before: always } 
//--></STYLE>
<STYLE type="text/css"><!-- 
body{   font-style: Arial; font-size: 10pt;
        }
   H1, H2, H3  {font-family: Hobo BT; color: lightblue; }
P {font-size: 12  font-style: Arial;}
Table {font-size: 10pt }
//--></STYLE>
</HEAD>
<BODY >
<Center><@ASSIGN local$alternate 1 >
<h1>Littles Search Report</h1>
<DIV align=center valign=top>
<table border=1 width=600 cellpadding="6" cellspacing="0"
style="border-collapse: collapse">

<@ROWS>
        <tr nowrap>
                <Td width=200 nowrap>
                data here
                </TD>
        </TR>
<@IF expr="<@currow> % 11">
<!--the 11 control in this sample 
how many rows before it does a pagebreak-->
<@ELSEIF expr="@@local$alternate">
</TABLE>
</DIV><p class=page></p><DIV align=center ><Table border=1 width=600
cellpadding="6" cellspacing="0" style="border-collapse: collapse">
</@IF>
</@ROWS>
</TABLE>
</DIV>
</Center>
</body>
</html>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Dan Stein
Sent: Thursday, July 25, 2002 10:25 AM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Page Breaks

What is the best way to force a page break.

I have to print a list of course rosters and want each course to be on a
separate page.

Since I know everyone printing the report will be using IE 5.5 or higher
should I use CSS? Or is there some better way?



-- 
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