Try This (excluding the <PRE>)
<PRE>
<TABLE BORDER=1>
<@FOR START="1" STEP="1" STOP="20">
<TR>
<@IF EXPR="<@CURROW> % 5">
<TD>Row <@CURROW></TD>
</TR>
<@ELSE>
<TD>Row <@CURROW></TD>
</TR>
</TABLE>
<p class=page></p>
<TABLE BORDER=1>
</@IF>
</@FOR>
</TABLE>
</PRE>
Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm
Latest downloads & List Archives @ http://www.witango.ws
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:owner-witango-talk@;witango.com] On Behalf Of Dan Stein
Sent: Friday, November 01, 2002 10:51 AM
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: [OT] CSS or HTML Style Help
I'm doing the IF thing already.
Is the syntax
<div class='pagebreak'> </div>
Correct?
Don't the Div tags have to be before the open and close table tags?
Or do I just put all the logic and the end of the table tag but inside
the
rows tag.
--
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
> From: Ted Wolfley <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 1 Nov 2002 13:32:45 -0500
> To: Multiple recipients of list witango-talk
<[EMAIL PROTECTED]>
> Subject: RE: Witango-Talk: [OT] CSS or HTML Style Help
>
> Try using a <@if> <?@if> to check if instructors change. If they do,
use
> <div class='pagebreak'> </div> to force a page break.
>
> Ted
>
> -----Original Message-----
> From: Dan Stein [mailto:dan@;dss-db.com]
> Sent: Friday, November 01, 2002 1:09 PM
> To: Multiple recipients of list witango-talk
> Subject: Witango-Talk: [OT] CSS or HTML Style Help
>
>
> I am trying to force a page break in a long list of courses when the
> Instructor Name changes.
>
> I have no trouble getting the code to appear in the source view where
I want
> it to be but I have not worked at all with CSS and can't seem to get
the
> HTML syntax right either.
>
> What I want is when the Instructor name changes in the row listing of
the
> courses I want to print a new page.
>
> I have tried
>
> <BR CLASS="pageEnd> which the CSS reference in Dreamweaver MX says
should
> work but I probably need something else somewhere in my code that I am
> missing.
>
> I have also tried <DIV Style="page-break-after:always">
>
> Neither work
>
> What am I missing
>
>
> --
> 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
>
________________________________________________________________________
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