html - Linking external stylesheets on Linux Mint not working? -


i changed operating system windows 7 linux mint 14.

i make web programs on computer practice, link external stylesheets , javascript files.

for reason linux, when link external stylesheet, doesn't work. html , css in same folder/directory.

here have tried:

<link rel="stylesheet" type="text/css" href="finder.css"> 

and

<link rel="stylesheet" type="text/css" href="/home/bradley/programming/finder.css"> 

i can't see figure out why neither of them working. solutions? able link files on windows fine.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -