View Single Post
Old 04-15-2024, 08:53 AM   #1
lethalox
Junior Member
lethalox began at the beginning.
 
lethalox's Avatar
 
Posts: 5
Karma: 10
Join Date: Jun 2007
Location: New Paltz, New York, 12561
Device: Sony eReader PRS-500
Using the Editor for a newbie

I have short story that I converted from an .lrf file. Unfortunately the conversion is a messed up. With breaks in the text artificially sprinkled throughout the document. Since I also have the short story in a pbook, it was easy enough to address. Where I am struggling is that I can seem to get an a text indent for every line break.

Here is the stylesheet.
.body {
display: block;
font-size: 1.125em;
line-height: 1.2;
padding-left: 0;
padding-right: 0;
margin: 0 5pt
}
.bs {
color: rgb(0, 0, 0);
display: block;
font-size: 0.88889em;
font-weight: normal;
text-align: left;
text-indent: 10pt;
border: rgb(0, 0, 0) solid 0;
margin: 0
}
.calibre {
display: block
text-indent: 30pt;
}
.calibre1 {
display: block;
margin: 1em 0
text-indent: 30pt;
}


The line breaks are marked as <br class="calibre"/>. But at each line, there is no indent. A paragraph break will get an indent with <p class="calibre1">.


And help would be much appreciated.
Much thanks!
lethalox is offline   Reply With Quote