Quote:
Originally Posted by Turtle91
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.
|
I cannot stand multiple CSS files. I will combine them if I have to. But in most cases, the extra CSS is usually in files I end up deleting.