Quote:
Originally Posted by 1eduard
Where do I find this basic EPUB styling code?
|
You steal it from books you
like.
Almost every device/browser has
defaults if you do not use your own (CSS is the clean way) to Style.
Code:
<body>
<h3>Chapter 3</h3>
<p>The Moon shown brightly over the hills.</p>
<\body>
is perfectly valid (and Jon, being a minimalist, would
mostly approve

) using whatever the device wanted.
Think of Styles as overriding the defaults. Since no one can agree what thos should be, it really is better if you use YOUR exact preference.