Yeah I know what you mean, but I wasn't going to go through an 800 page book and delete them all, when I just wanted paragraph indentation, in which I found it in the style sheet. I don't know why I didn't think that I couldn't adjust the specific class, I guess I thought it would indent the entire paragraph and not just the first line....this is what I have now for it:
.calibre6 {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0em;
text-align: left;
text-indent: 15pt
}
This is a paragraph from the books:
<p class="calibre6">There were no lights on the coast of France; only the wash of the dying moon outlined the rocky shore. They were two hundred yards from land, the fishing boat bobbing gently in the crosscurrents of the inlet. The captain pointed over the side.</p>
|