View Single Post
Old 04-27-2009, 08:33 PM   #6
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 856
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
Just open up the html file in a text editor and do a find/replace job.

Eg:
Code:
<div style="margin-top: 1em; text-indent: 1em"><font size="3">Blah blah blah, paragraph 1.</font></div><div style="margin-top: 1em"/>
Find
Code:
<div style="margin-top: 1em; text-indent: 1em">
Replace all
Code:
<div style="text-indent: 1em">
And (maybe) do the same with
Code:
<div style="margin-top: 1em"/>
sherman is offline   Reply With Quote