Hello,
I have create a static header.html so that on my everrry
JSP I can call that header file. In that header file I have added comman link and company logo. But when I try to import html file : <%@ include file ="/static/header.html" %>
Image will not display on jsp.
In html page I add image like :<img src="logo.png" width="186" height="74"></img>
Please help
Thanks