Attaching an image to JSP page
Should be a simple question, but after an hour of
googling I still can't seem to correct my problem...
Heres the stripped down thing of what i'm doing:
<%@ taglib prefix="c"
uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="sql"
uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="a" tagdir="/WEB-INF/tags"%>
<html>
<body><table id="centralcolumn"
align="center"><tr id="headerrow"><td
colspan="2"><div align="center"><a
href="index.html"><img src="header2.png"
alt="Nick Richards PC Support" width="1024"
height="107" border="0"></a></div>
header2.png refuses to show up.
My site is located in C:\Program Files\Apache
Software Foundation\Tomcat 5.5\webapps\ROOT, and
the header2.png (correct case) is in that
directory. I have also copied it to WEB-INF, no
avail...
any ideas?
Thx
Nick

