The basic idea is to write the html directly in the footer template.
<table>
<tr>
<td>
...some data
</td>
<tr>
<tr>
<td>
...some other data
</td>
<tr>
</table>
This is not the cleanest approach - nested tables may or may cause alignment
problems.
It also assumes your "data" and "other" data are available at that moment
during binding.
You could always trying binding a repeater in the footer too.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.