View Single Post
Old 04-03-2013, 01:51 AM   #1
CyanBC
Junior Member
CyanBC began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Apr 2013
Device: Kindle Touch
Creating Indents on <br class="calibre1" />

I'm having trouble editing an epub in Sigil that has breaks after each paragraph as
<br class="calibre1" />
I'm trying to get all the new paragraphs to be indented.

It looks like this

<p class="calibre2">Text goes here and its a paragraph and reading this is boring blah blah blah.<br class="calibre1" />
This is the new line, this is where I cannot seem to get an indent for the new line, causing all the text to be broken into different paragraphs correctly, but not indent these lines<br class="calibre1" />
This line would also not be indented as I would like...

I'm able to edit the sytlesheet to have the calibre2 be indented. But I cannot get the calibre1 to be indented and I need to maintain the <br ... /> structure in the document because to do otherwise is immensely painful. I've tried adding this to the style sheet

.calibre1 {
text-indent: 1.5em;
}
br.calibre1 {
text-indent: 1.5em;
}
br {
text-indent: 1.5em;
}

I've even tried changing it from <br.../>/ to <p.../> and adding the proper entries in the style sheet. But i still cant seem to touch it because of the <.../> formatting.

Am I missing something?
CyanBC is offline   Reply With Quote