Need to change/remove text "BIRT report viewer" from header,address bar and title bar
#3
Posted 29 May 2012 - 06:49 AM
mwilliams, on 19 March 2012 - 07:50 AM, said:
Hi
I too want to do the same. This is the approach I used but it has some problems.
I made the changes in the file-->
webcontent\birt\pages\layout\FramesetFragment.jsp
But font-size of title is very small. I tried to increase it but its not
being displayed on the web page.I tried to insert images in the heder but its
not working. I gave complete image path still the images are
not shown in the web page header. Need help.
Here is the code I used.
<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="D:\new\Tomcat 6.0\webapps\birt\webcontent\birt\images\LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size: 100"><B>Delivery Dashboard</B></TD>
<TD><img src="D:\new\Tomcat 6.0\webapps\birt\webcontent\birt\images\imagesC.jpg" style="height: 49px; width: 132px; "></TD>
</TR></TABLE></TD></TR>
Here is the snapshot of the report (viewed on tomcat server)
Image.jpg (48.85K)
Number of downloads: 2
Waiting for your reply eagerly.
Thanks and Regards
swapnil
#4
Posted 01 June 2012 - 01:53 PM
<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="birt/images/LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size:25px"><B>Delivery Dashboard</B></TD>
<TD><img src="birt/images/imagesC.jpg" style="height: 49px; width: 132px; "></TD>
</TR></TABLE></TD></TR>
#5
Posted 04 June 2012 - 03:21 AM
mwilliams, on 01 June 2012 - 01:53 PM, said:
<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="birt/images/LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size:25px"><B>Delivery Dashboard</B></TD>
<TD><img src="birt/images/imagesC.jpg" style="height: 49px; width: 132px; "></TD>
</TR></TABLE></TD></TR>
thanks it worked






MultiQuote






