Hi Guys,
I have a small issue with a linking my CSS / JavaScript /
Jsp files. Initially in my projects all the files are kept outside the Web Content (in WebSphere), however to make thing organized I placed all the files inside the Jsp folder. Web content will have the following folder CSS, JSp, JS.
So I referred all the CSS/JS files in my JSP as below, however I am not getting the CSS/JS loaded to my page.
<link rel='STYLESHEET' type='text/css' href='../css/ihon.css'>
if I change the code like this then things are working fine. I really appreciate if any can give me detail explanation how the files will referred in the webcontent.The Same code we used for another project however their it works file with out any issues.
<LINK href="css/Master.css" rel="stylesheet" type="text/css">