html - How to access the file using the relative path -
i've got following folder hierarchy in web application.

i'm using following relative path access css files layout doesn't detect css. there 2 layouts i'm calling css layout file resides inside views folder.
this path used access css file.
<link rel="stylesheet" type="text/css" href="../style/style.css"> i used path no luck.
<link rel="stylesheet" type="text/css" href="../../style/style.css"> please help!
check whether not using multiple css files. , if using chrome/ff can check whether css called or not tools firebug.
you can see full path these tools.
Comments
Post a Comment