All I want to do is add a relative file path for a .css file, into a html form. I've tried every permutation I can think of and it's still not finding it. I'm obviously doing something wrong.
I've added a screenshot, to show where both the html and css files are in the structure, and the file path I'm using in the html.
Can someone please help?
Remove "../" or "./" in all paths of src or href attributes then try to use the
<base href="http://example.com">
in your <head>
1.4m articles
1.4m replys
5 comments
57.0k users