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?
|