romsok
09-22-2009, 03:20 PM
Sorry, another Noob question here:
I have a Java Web App with the following dir structure:
appRoot
appRoot/CSS/myStyle.css
appRoot/WEB-INF/JSP/HomePage.jsp
HomePage.jsp has this:
<link rel="stylesheet" type="text/css" href="../../CSS/myStyle.css" />
But for some reason, when this JSP gets served, the stylesheet is not taking effect, and I can't figure out why.
I have a feeling it's something stupid and small that I missed.
I have a Java Web App with the following dir structure:
appRoot
appRoot/CSS/myStyle.css
appRoot/WEB-INF/JSP/HomePage.jsp
HomePage.jsp has this:
<link rel="stylesheet" type="text/css" href="../../CSS/myStyle.css" />
But for some reason, when this JSP gets served, the stylesheet is not taking effect, and I can't figure out why.
I have a feeling it's something stupid and small that I missed.