View Single Post
Old 11-17-2014, 03:02 AM   #5
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
There are two ways to do this:

I took the text position "Caught from some unhappy master..." as an example.

1. Change it in the original html file. When you look in the original html, you will find:

<pre xml:space="preserve">
Caught from some unhappy master whom unmerciful Disaster
Followed fast and followed faster till his songs one burden bore&mdash;
Till the dirges of his Hope that melancholy burden bore
Of "never&mdash;never more!"
</pre>

Where the definition for <pre...> is on top of the file in the style section:

pre { font-style: italic; font-size: 90%; margin-left: 10%;}

You can change font-style: italic to what ever you want within the html file.

Or

2. You open your converted eBook (epub or azw3) with calibre editor, search for the text and look with the live css panel what apply to the tag and change the this rule(http://manual.calibre-ebook.com/edit.html#id31).
Attached Thumbnails
Click image for larger version

Name:	Aufzeichnen1.JPG
Views:	313
Size:	312.7 KB
ID:	131210   Click image for larger version

Name:	Aufzeichnen2.JPG
Views:	314
Size:	331.7 KB
ID:	131211  
Divingduck is offline   Reply With Quote