HTML Table rendering in PDF, DOC [message #366184] |
Fri, 05 December 2008 05:23  |
Eclipse User |
|
|
|
I'm using Birt 2.3.1 but have noticed the same behaviour with 2.2.2.
When i do the following :
- create a new report design ;
- insert a "Text" item ;
- change its value to "<VALUE-OF format="HTML"><table
border="1"><tr><td>column 1</td><td>column 2</td></tr></table></VALUE-OF>"
;
The HTML output render is correct (the frame of the table is displayed).
However, no line is displayed with PDF and DOC formats (i haven't tested
with others).
I have tried using CSS properties but the result is the same :
<table style="border:1px solid #000000;"><tr><td>column 1</td><td>column
2</td></tr></table>
It seems to be a more general problem as the width is not rendered either.
The following displays two 50% width columns :
<table width="100%"><tr><td width="20%">column 1</td><td
width="80%">column 2</td></tr></table>
Is this a bug? Is this not implemented yet? Am i forgetting something?
François
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09627 seconds