View Single Post
Old 09-23-2010, 10:23 AM   #2
schlonz
Enthusiast
schlonz began at the beginning.
 
schlonz's Avatar
 
Posts: 25
Karma: 10
Join Date: Jul 2010
Device: PSR-300
Hi

Quote:
Originally Posted by droople View Post
Hi

I found that the format made by Calibre is too hard to be changed. I even can't change the title to align left. And I can't change the title to different font size.

Any suggestions?

Thanks in advance.
Hmm, do you know that all the definitions in the epub files are stored in the Stylesheet file?
So if you want to change i.e. the font size, you only have to look in the HTML File which class you have to modify in the css file.

If you have in the HTML file f.e.

Code:
<p class="calibre3">HEADING</p>
go to the css file and search for the appropriate entry

Code:
calibre3 {
font-size: 1em;
text-indent: 0;
margin-bottom: 0.5 em;
}
and there you can change allmost everthing.

ru
schlonz is offline   Reply With Quote