Skip to Content
0
Nov 07, 2005 at 02:34 PM

Image not appearing in JSP

49 Views

I have developed a JSP using Studio and have a images in the same directory as the JSP page. It appears performing a Studio preview but after imported into the portal it's not appearing. I can't figure it out. I have tried puttting it into other directories still no luck.

Here is a piece of the jsp with the image in it.

</HEAD>

<BODY>

<P>

<STYLE>

.cagText {

font-family : Verdana, Arial, Helvetica, sans-serif;

font-size : 8pt;

}

</STYLE>

<TABLE ALIGN="center">

<TR>

<TD WIDTH=400 VALIGN=top CLASS=cagText>

<BR> ??????????<BR><BR>

<DIV><B>NOTICE:</B> Electronic communications provided by the company???? <A HREF="http://www.xyz.cag Intranet</A>. Policy statement.</DIV>

</TD>

<TD>&nbsp;</TD>

<TD VALIGN=top>

<IMG SRC=WEB-INF/deployment/pcd/cag.ep.ISA-DisclaimerPage/pagelet/main_image.jpg WIDTH=260 HEIGHT=309 ALT=SAP BORDER=0>

</TD>

</TR>

</TABLE>

</P>

</BODY>

</HTML>