Thread: stylesheet help
View Single Post
Old 07-02-2013, 12:03 PM   #7
GMcG
Writer
GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.GMcG ought to be getting tired of karma fortunes by now.
 
GMcG's Avatar
 
Posts: 101
Karma: 590630
Join Date: Mar 2011
Location: Munich, Germany
Device: none
@arethusa
If you have different styles for some paragraphs, you must edit the html file.
First look at the paragraph the style of which you like. Then you look at it in code view. Perhaps this paragraph starts with <p class="calibre2">.
Then you look at a paragraph with a different style. In code view you may see that this parapraph starts with <p class="calibre7"> (or any other number). You simply have to change it into calibre2.
As the epub was created with Calibre, you've got the file 'stylesheet.css'. In Sigil you find it in the Stylesheet folder. If you dont need <p class="calibre7"> any more, you can delete this class. In stylesheet.css it is shown as
.calibre7 {
.
.
.
}

George
GMcG is offline   Reply With Quote