I guess I was not very clear in my question. Here is some more explanation.

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:

              <tmpl_loop name=eventLoop>
                <td width="50%">
                  <tmpl_var name=eventTitle>
                </td>
                <tmpl_unless __odd__>
                  </tr>
                  <tr>
                </tmpl_unless>
              </tmpl_loop> <!-- eventLoop -->

Has anyone used similar construct for displaying data in four (or n for that matter) 
columns ?

Thanks
Nishi


> -----Original Message-----
> From: 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) 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 the same note, has anyone worked on a generic routine for
> > displaying data in n columns ?
> > 
> 
> How data is displayed is a function of the HTML in the 
> template, no? Are
> you asking how to format the HTML?
> 
> 



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to