Tran Huu Tai - 2007-03-16

How can we export to excel, pdf with html format!
example:
<display:caption lang="abcd" media="excel pdf html">
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
</display:caption>

When I export this table it generate the caption:
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
it's not my expect...
thanks for advances!