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:
But for some reason, when this JSP gets served, the stylesheet is not taking effect, and I can't figure out why.Code:<link rel="stylesheet" type="text/css" href="../../CSS/myStyle.css" />
I have a feeling it's something stupid and small that I missed.


Reply With Quote

Bookmarks