I was just tinkering some more and noticed that if I put the following just before the <body> tag of each file that I can control the font color:
<style>
p {color:green}
</style>
<body>
I know there must be a way to put this and other info I want used throughout all of the files created by Calibre into a stylesheet, then somehow reference that style sheet. And I'm guessing there must be some way to make this a global thing without having to reference the stylesheet in every file. So, that's what I really need help with I guess.
|