javascript - CSS not working in a template with js while html file is in a folder -


i new using templates. css not working if put html in folder.

i have realised css being applied through javascript new too. have guided link css/js correct folders , files still wont work.

the relevant files /linear/index.html , /linear/builds/index.html(where error is) , js , css folders

https://www.dropbox.com/s/cmmdybvbhvff0w4/linear.zip?dl=0

in template used skel.js , style base path defined it. if want other html file exist in other child folder work well, must change skel.js file.

also in index.html file used "noscript" tags. mean if browser dose not support javascript load css file, if remove tags works file exist in root folder.

    <script type="text/javascript" src="../js/skel.min.js"></script>     <script type="text/javascript" src="../js/skel-panels.min.js"></script>     <script type="text/javascript" src="../js/init.js"></script>      <link rel="stylesheet" href="../css/skel-noscript.css" />     <link rel="stylesheet" href="../css/style.css" />     <link rel="stylesheet" href="../css/style-desktop.css" />  </head> 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -