Dear madam/sir,
In both ways it is not possible to show tables. I want to show some tables in the report and off course also when I export to PDF. It isn't possible in both way like i show here bellow. The traditional HTML for creating tables (<table>....) and the new way (<div....>) both don't work.
When i show the source code from the report I see the following code:
Is it possible that it doesn't strip my code? I would prefer that, so i can use my own layout.
Thanks in advance.
Regards, Bart
In both ways it is not possible to show tables. I want to show some tables in the report and off course also when I export to PDF. It isn't possible in both way like i show here bellow. The traditional HTML for creating tables (<table>....) and the new way (<div....>) both don't work.
<table> <tr> <td width="300">14" - 350mm</td> </tr> <tr> <td><span style="font-size: 10px;">(725-0001-024)</span></td> </tr> </table> <div style="display:table; width:300px; position:relative;"> <div style="float:left; width:200px; position:relative;"> 14" - 350mm </div> <div style="float:left; width:90px; position:relative;"> <span style="font-size: 10px;">(725-0001-024)</span> </div> </div>When i show the source code from the report I see the following code:
<td dir="ltr" lang="nl-NL" class="s7" colspan="1" rowspan="2"><div class="s8"><div class="s8">14" - 350mm </div><div class="s8"><span class="s9">(725-0001-024)</span> </div></div></td><td colspan="2" rowspan="1"> Is it possible that it doesn't strip my code? I would prefer that, so i can use my own layout.
Thanks in advance.
Regards, Bart