If the content in the columns is too big it should just wrap unless you are
dealing with images......simple text should just wrap. You might need to
explicitly set the <td> width in the top row of each table also to keep it
consistent from table to table.

If you have for example, in the top row of each table:

<tr width="500"><td width="100></td>"><td width="100></td>"><td
width="100></td>"><td width="100></td>"><td width="100></td></tr>

it should remain consistent from table to table as long as you have no
individual words that are likely to be viewed as more than 100 pixels wide.

----- Original Message -----
From: "Nick Middleweek" <[EMAIL PROTECTED]>
To: "ActiveServerPages" <[EMAIL PROTECTED]>
Sent: Thursday, August 29, 2002 8:05 PM
Subject: RE: Response.Flush


> I'm sure I've tried that and if the content in the columns is too big,
even
> though it wraps, it still messes up the columns.
>
> Unless I've missed something? Have you tried this?
>
> Cheers,
> Nick
>
>
> :> -----Original Message-----
> :> From: Craig Neal [mailto:[EMAIL PROTECTED]]
> :> Sent: 30 August 2002 04:59
> :> To: ActiveServerPages
> :> Subject: Re: Response.Flush
> :>
> :>
> :> How about giving each table an explicit width in pixels so they
> :> all line up?
> :>
> :>
> :> ----- Original Message -----
> :> From: "Nick Middleweek" <[EMAIL PROTECTED]>
> :> To: "ActiveServerPages" <[EMAIL PROTECTED]>
> :> Sent: Thursday, August 29, 2002 7:31 PM
> :> Subject: Response.Flush
> :>
> :>
> :> > Hello,
> :> >
> :> > I'm generating a LONG list of records (over 500) - that's what
> :> my client
> :> > wants with no page flippers.
> :> >
> :> > Although I'm using Response.Flush on a buffered output. I'm
> :> not actually
> :> > seeing the records appear in bits. I'm Flushing every ten loops.
> :> >
> :> > The reason is because the data is in a table and the table
> :> isn't rendered
> :> by
> :> > the browser until it has it all.
> :> >
> :> > I was thinking of having a seperate table for each row but
> :> then they won't
> :> > line up correctly and it'll look messy.
> :> >
> :> > Anyone got any bright ideas on this?
> :> >
> :> >
> :> > Thanks,
> :> > Nick
> :> >
> :> >
> :> > ---
> :> > You are currently subscribed to activeserverpages as:
> :> [EMAIL PROTECTED]
> :> > To unsubscribe send a blank email to
> :> %%email.unsub%%
> :> >
> :>
> :>
> :> ---
> :> You are currently subscribed to activeserverpages as:
> :> [EMAIL PROTECTED]
> :> To unsubscribe send a blank email to
> :> %%email.unsub%%
> :>
>
>
> ---
> You are currently subscribed to activeserverpages as:
[EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%
>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to