RE: RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ing Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:26 PM To: Jerry Lake Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: [PHP] cell iterations in loop

Re: RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread dempsejn
<[EMAIL PROTECTED]> Date: Thursday, April 26, 2001 5:20 pm Subject: RE: RE: [PHP] cell iterations in loop > Right, I understand that > if I use it is blank space > if I use it is an empty cell > > right now $length is set at 42 (this is arbitrary) > and there needs to be two em

RE: RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ROTECTED] Subject: Re: RE: [PHP] cell iterations in loop ok, again, trying to understand "blank space"...but, try this: if you print out you'll get something i think you're referring to as blank space... try using a nonbreaking space in there...either   or a space in the cod

Re: RE: [PHP] cell iterations in loop

2001-04-26 Thread dempsejn
w up... -jack - Original Message - From: "Jerry Lake" <[EMAIL PROTECTED]> Date: Thursday, April 26, 2001 4:54 pm Subject: RE: [PHP] cell iterations in loop > Thanks, that worked with the removal > of the first if clause for part 2 of > my question, as far as pa

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ine - http://www.pacifier.com -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 1:18 PM To: [EMAIL PROTECTED]; Jerry Lake Subject: RE: [PHP] cell iterations in loop I'm a little unclear as to what you're trying to do, but here's my inte

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
ECTED]] Sent: Thursday, April 26, 2001 1:18 PM To: [EMAIL PROTECTED]; Jerry Lake Subject: RE: [PHP] cell iterations in loop I'm a little unclear as to what you're trying to do, but here's my interpretation: problem 2: if it ends on a complete row... solution: put the echoing of the

RE: [PHP] cell iterations in loop

2001-04-26 Thread Jack Dempsey
t 42 or something, with just a closing ? solution: make a final check to see if you need that closing That is the if statement after you're loop... I hope this helps. -jack -Original Message- From: Jerry Lake [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:32 PM To:

[PHP] cell iterations in loop

2001-04-26 Thread Jerry Lake
I've got some code that I am creating that creates a table with a loop. and it works fine for what it is, but my question is how do I compensate for rows that aren't divisible by 5 ? i.e. the empty cells at the table. additionally if it ends on a complete row (divisible by 5) I end up with an add