View Single Post
Old 09-07-2023, 04:01 PM   #17
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,128
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
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.
JSWolf is offline   Reply With Quote