Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BEFORE REPORT VALUE does not display images

Status
Not open for further replies.

gaas

Programmer
Jun 3, 2002
8
0
0
US
I want to use BEFORE REPORT VALUE to display a HTML header page for all my reports. It inludes 4 GIF files. I have copied these gif files to the CACHE directory ($ORACLE_HOME/REPORT60/SERVER/CACHE). When I run the report, it takes forever to bring up the header page (more than 30 min) and then it will not display the GIF files. It shows where they are supposed to be with the little red 'X'. How am I supposed to do this HTML thing and where should the GIF files be?

I include the HTML script.

<html>
<head>
<link REL=stylesheet HREF=&quot;agent.css&quot; TYPE=&quot;text/css&quot;>
<title>XXXX - XXXX</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; bgcolor=&quot;#FFFFFF&quot; link=&quot;#0000FF&quot; vlink=&quot;#0000FF&quot; alink=&quot;#0000FF&quot;>
<table width=&quot;775&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;100%&quot;>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot; height=&quot;75&quot;>

<table width=&quot;775&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr align=&quot;left&quot; valign=&quot;top&quot;>
<td width=&quot;11&quot; bgcolor=&quot;#FFFFFF&quot;><img src=&quot;1_1.gif&quot; width=&quot;11&quot; height=&quot;75&quot;></td>
<td width=&quot;164&quot;><img src=&quot;1_2.gif&quot; width=&quot;164&quot; height=&quot;75&quot;></td>
<td width=&quot;39&quot;><img src=&quot;1_3.gif&quot; width=&quot;39&quot; height=&quot;75&quot;></td>
<td width=&quot;75&quot; background=&quot;1_567.gif&quot;><img src=&quot;1_4.gif&quot; width=&quot;50&quot; height=&quot;75&quot;></td>
<td class=&quot;topnav&quot; background=&quot;1_567.gif&quot; valign=&quot;middle&quot; align=&quot;center&quot;><img src=&quot;1_1.gif&quot; width=&quot;85&quot; height=&quot;10&quot;>
</td>
<td width=&quot;39&quot;><img src=&quot;1_8.gif&quot; width=&quot;39&quot; height=&quot;75&quot;></td>
</tr>
</table>

</td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot; height=&quot;75&quot;>
</table></body></html>

Any advise on how to solve this issue will be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top