Hello,
I use jfreereport for generating a simple report: a list with 2 columns.
I want to view this report by ie6 (6.0.2800.1106) and then I get a report with litlle square at the end of the text on each columns . (Like in Thinsp.jpg attached)
When I look into the HTML source code, I see the special char   :
With Firefox or IE 7 the report works fine.HTML Code:<tr style="height: 30pt"> <td colspan="2" valign="top" class="style-2"><span class="style-3">Formule</span> </td> <td class="style-6" /> <td colspan="2" valign="top" class="style-4"><span class="style-5">[a / b] x 100</span> </td> <td /> </tr>
But I have to make this report for users who have only ie6 and no possibility to change.
Does anyone have a solution for remove or replace this special char by another (like the "bigger" ) ?
Thanks
Alex


Reply With Quote

