Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Not able to render table border in PDF
RonSo
I have a dynamic text containing html. When Birt renders the html in the pdf, the table is rendered correctly but without all the border.
At most i can only make 3 border..appears.
any ideas to make all 4 borders appear?
<table style="border-top-style:solid;border-top-color:red;border-top-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-left-style:solid;border-left-color:red;border-left-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-right-style:solid;border-right-color:red;border-right-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-top-style:solid;border-top-color:red;border-top-width:1;border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-top-style:solid;border-top-color:red;border-top-width:1;border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1;border-left-style:solid;border-left-color:red;border-left-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-top-style:solid;border-top-color:red;border-top-width:1;border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1;border-right-style:solid;border-right-color:red;border-right-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-top-style:solid;border-top-color:red;border-top-width:1;border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1;border-right-style:solid;border-right-color:red;border-right-width:1;border-left-style:solid;border-left-color:red;border-left-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-top-style:solid;border-top-color:red;border-top-width:1;border-bottom-style:solid;border-bottom-color:red;border-bottom-width:1;border-left-style:solid;border-left-color:red;border-left-width:1;border-right-style:solid;border-right-color:red;border-right-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
<table style="border-style:solid;border-color:red;border-width:1">
<tr>
<td>
test table
</td>
</tr>
</table>
Find more posts tagged with
Comments
mwilliams
Hi RonSo,
What version of BIRT are you using? I'll look into your query.