Hello Peers - I am facing an issue with Narrative view alignment while exporting the report into PDF. It is automatically aligning center in the output although I make sure it is left align. In addition to the alignment issue, the color specified in the html code isn't showing up in output too. Hence the output looks bad in the PDF. We are using Oracle Business Intelligence 11.1.1.5.0 version.
Could someone please help me with the issue.
Details:
Prefix:
<table class="PTSectsTable" border="0" cellspacing="5px">
<tr class="PTSectRow">
<td class="PTSectCell" align="left">
Narrative:
<td> <b> Project ID: <font color=red> @{GRR003_PID}{Project ID} </font>
[br/] <b> P.I. Name: <font color=red> @{GRR003_PIN}{PI Name} </font>
[br/] <b> Subdivision: <font color=red> @{GRR003_MSD}{Subdivision} </font>
[br/] <b> Award I.D.: <font color=red> @5 </font>
[br/] <b> Award Title: <font color=red> @6 </font>
[br/] <b> Project Description: <font color=red> @7 </font>
[br/] <b> Current Period Start to End Dates: <font color=red> @8 - @9 </font>
[br/] <b> Project Activity Start to End Dates: <font color=red> @10 - @11 </font>
[br/] <b> Project Activity Status: <font color=red> @12 </font>
Postfix:
</td>
</tr>
</table>
Current output:
Project ID: Project ID1
P.I. Name: P.I. Name1
Subdivision: Subdivision1
Award I.D.: MRI00
Award Title: B1
Project Description: B1 Info
Current Period Start to End Dates: 10/01/2010 - 09/30/2011
Project Activity Start to End Dates: 10/01/2010 - 09/30/2012
Project Activity Status: Open
Desired output:
Project ID: Project ID1
P.I. Name: PI Name1
Subdivision: Subdivision1
Award I.D.: MRI00
Award Title: B1
Project Description: B1 Info
Current Period Start to End Dates: 10/01/2010 - 09/30/2011
Project Activity Start to End Dates: 10/01/2010 - 09/30/2012
Project Activity Status: Open
Thanks.