html - Refencing a file in a parent directory -


this silly question but, have project set on desktop at: ~/desktop/composer/ inside directory have folders: css , templates inside templates folder have index.html file, , need reference css file in css folder, can figure out how have tried: /../css/style.css , /../../css/style.css, neither of them work.

thanks help.

you need remove leading /, since denotes root of filesystem. try ../css/style.css.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -