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
Post a Comment