Quote:
Originally Posted by Karellen
The error is in your <head> tag...
<link href="OUP_Styles.css" rel="styleSheet" type="text/css"/>
"styleSheet" should be lowercase - "stylesheet"
Relink the pages to the stylesheet and it should be fixed.
Also, your <span class="chaptertitle">. There is no class for "chaptertitle" in the stylesheet.
|
That worked.
I'm surprised the CSS affected the text give the error in the link. Or, if viewers are forgiving, that the editor is not similarly forgiving (or noted the error).