hardeyboyz Why you can't read what I wrote previously?
Karl In the meantime, you could easily solve the issue by including your CSS file in _files/include/head.html:
<link href="path/to/_files/css/custom.css" rel="stylesheet">
You will need to modify the path above so that it loads the CSS file from browser.
That means inside the _files/include/head.html
file you will have:
<link href="path/to/_files/css/custom.css" rel="stylesheet">
That's what you put in the head.html
file.
hardeyboyz this above code i write on custom.css file? then i put the custom.css file into the include directory?
like this?
No. Why have you moved CSS and PNG into the include
dir? You keep those files exactly as they were. All you need to do was what I said in the first post, and then fix the path to your CSS.