
: Re: How to change text alignment with Calibre book editor I have a book in .epub format (I will be converting it into .mobi after), and I need to change the text alignment to left everywhere.
You can use a CSS style to apply this formatting to all your text:
body {
text-align: left;
}
This rule will be applied to all your text, so it will affect both regular paragraphs (<p> and <div>) and headings (<h1>, <h2> and so on).
If you just want to format "regular" text you could try to apply this styling just to <p>'s and see if it is sufficient:
p {
text-align: left;
}
Of course, if some custom style is already present for these elements, you can just add the CSS properties to the existing selectors.
You must place this code inside the CSS stylesheet. Usually it is named stylesheet.css (but it can be different) and you can find it on the left "File Browser" panel under the "Styles" voice
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Erin

: Efficient way to colour code text? For the purposes of learning Chinese, I want to write every character in a short novel in a colour that corresponds to its tone (pronunciation thing). The

: How do I repack a .mobi file? I used Kindle Unpack in Calibre to unpack a .mobi file, so I could correct mistakes in images and text. It was easy - images were JPGs or JPEGs and text was