Correct path to stylesheet?
When I run the Check Book function I am getting two errors for each of two XHTML files. It is saying the two CSS files do not exist. Yet, all of the other XHTML files use the same stylesheets and state the same path to them, and they do not generate this error.
<link type="text/css" rel="stylesheet" href="page_styles.css"/>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
Those 2 lines are in the <head> section of all XHTML files, but only two of the files are saying "The resource pointed to by this link does not exist." I even tried copying and pasting from one of the files that isn't generating the error, then re-running the Check function. Still getting those errors.
I'm stumped.
|