|
Yea, I think you are going about this all wrong.
If all you are trying to do is remove the indent, then simply adjust the CSS
Assuming class="calibre1" is used for all first paragraphs in a chapter, then simply add
text-indent: 0;
to the calibre1 css code.
|