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.
|
I always do a fresh link to the CSS as a lot of the time, the cover and titlepage HTML are not linked. So it's just easier to do it and not have to look.