I'm having a little bit of trouble with directory structures, there are absolute(not wanting to use) and relative now theres lots of materials I have tried alot.
This is correcting someones website the file structure is terrible.
As far as I've worked out and have working the directory such as
-root
*index.html
-css (directory)
-images (directory)
-Btns(sub image directory)
to link from css to the index page in this structure it would be
background:url('../images/btns/quicklinks-normalState-test.png');
But no matter what I do I cant get it to work for this file structure
-root
*index.html (page)
-css (directory)
-images (directory)
-Btns(sub image directory)
-regions (directory)
-london (sub directory)
*index.html (Page)
Cant get it to work for this sub directory would anyone have any ideas?