If you choose to use a style tag in the document header it needs to have a type defined. In this instance you would use:
<style type="text/css">
...
</style>
I would also agree with all the others that it is MUCH better, easier, faster to have the styles in your css page and simply link that css to each of your html pages. One CSS page for your entire book is easier to maintain than xxx chapter pages + front matter + back matter, etc.
|