html - How to access the file using the relative path -


i've got following folder hierarchy in web application.

enter image description here

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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -