RE: [htmltmpl] how to display data in four columns

2003-01-17 Thread Chris Davies
> I have been able to successfully display the fetched data in two > columns but now I need to do the same thing in four columns. Has > anyone done something similar ? If so, would really appreciate the > code segment. > > On the same note, has anyone worked on a generic routine for > displaying da

Re: [htmltmpl] how to display data in four columns

2003-01-16 Thread Brian McCain
ature. Thanks Nishi > -Original Message- > From: Chris Brown [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 1:08 PM > To: Kapoor, Nishikant X > Subject: Re: [htmltmpl] how to display data in four columns > > > I've done this before by setting an extr

Re: [htmltmpl] how to display data in four columns

2003-01-16 Thread John Vicondoa
Actually, I don't think he needs any html help... that is perfectly valid H::T code. Here is an example of what his problem is: He has a loop with the following eventTitle information: eventTitle1 eventTitle2 eventTitle3 eventTitle4 eventTitle5 eventTitle6 eventTitle7 eventTitle8 eventTitle9 He

Re: [htmltmpl] how to display data in four columns

2003-01-16 Thread Douglas Kirkland
On Thursday 16 January 2003 10:45 am, Kapoor, Nishikant X wrote: > Yes, displaying variables is indeed a function of HTML but I was hoping to get some suggestions about displaying the data in four columns. The html code that I use for displaying data in two columns is: > >               >      

RE: [htmltmpl] how to display data in four columns

2003-01-16 Thread Kapoor, Nishikant X
Andrew Brosnan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 12:29 PM > To: Kapoor, Nishikant X > Cc: H::T (E-mail) > Subject: Re: [htmltmpl] how to display data in four columns > > > On 1/16/03 at 12:15 PM, [EMAIL PROTECTED] (Kapoor, > Nishikant X) wro

Re: [htmltmpl] how to display data in four columns

2003-01-16 Thread Andrew Brosnan
On 1/16/03 at 12:15 PM, [EMAIL PROTECTED] (Kapoor, Nishikant X) wrote: > I have been able to successfully display the fetched data in two > columns but now I need to do the same thing in four columns. Has > anyone done something similar ? If so, would really appreciate the > code segment. > > On