Hi,
This is a wonderful
set of tags!
I have a requirement
like this.
I have a list
of projects with their Ids, names and creation date. I also have the description
of the project.
so I need a
structure like this:
<table>
<tr><td>project_Id1</td><td>project_name</td><td>project_creat_date1</td></tr>
<tr><td
colspan=3>this is the place where description comes spanning over multiple
columns</td></tr>
.....
</table>
Is this possible
using the display tag?
Thanks in
Advance,
Anoop
Sreenivasan

