You have to use CSS to style your tables. While the HTML will not contain the formatting the result will be the same.
On 4/19/05, Felipe <[EMAIL PROTECTED]> wrote: > i have some values comin from de database like name, login, code, email and > status. > i want to make a table that have to appear like this html structure: > <table width="590"> > <tr> > <td width="70"> > name: > </td> > <td width="200"> > <%=here comes the name%> > </td> > <td width="20"> > > </td> > <td width="70"> > email: > </td> > <td width="200"> > <%=here comes the name%> > </td> > </tr> > <tr> > > <td width="70"> > code: > </td> > <td width="200"> > <%=here comes the code%> > </td> > <td width="20"> > > </td> > <td width="70"> > login: > </td> > <td width="200"> > <%=here comes the login%> > </td> > </tr> > <tr> > <td width="20">status</td> > <td colspan="4"><%=here comes status%></td> > </tr> > > how can i adjust de configurations to my table appears like that, using > display tag? > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.9.17 - Release Date: 19/4/2005 > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

