I am using ibm websphere and creating a Dynamic web project. All of my JSP
files are in my WEB-INF folder and i use servlet mapping in my web.xml
file to make them accessible. This has worked fine so far. however i have problem with my CSS. as always, my CSS
file is located in WebContent
in a folder named css. heres my link for my jsp
<link rel="stylesheet" href = "css/styles.css">
I'm having no luck getting my css to show...
what am i missing?