Quote:
Originally Posted by Turtle91
Code:
html, body {height:100%; font-family:serif} (or whatever)
body {font-size:100%; margin:0; padding:0; font-weight:normal} (or whatever)
h3 {font-weight:bold; text-align:center; font-size: 1.2em}
p {whatever styling you want your standard (98% of the book) paragraph}
i {font-style:italic}
b {font-weight:bold}
p.space {margin-top:2em}
div img {max-width:100%} (or whatever styling you want for that image)
These, of course, are only recommendations - they are in no way meant to imply a requirement.
Cheers,
|
Some of the CSS is not needed. You do not need the i and the b styles as they are italic and bold as is.