Quote:
Originally Posted by rosshalde
Got it to work.
I had
<link rel=“stylesheet” type=“text/css” href=“style.css” />
but needed
<link rel="stylesheet" type="text/css" href="style.css" />
The "smart" quotes button was checked and apparently, that was the issue.
Are there other issues like this that I should be aware of now before I move forward?
|
Make sure you use a plain text editor, like notepad, to avoid problems like these.
Filenames can be case-sensitive in some systems, so be careful with that, too.
Good luck and have fun!