View Single Post
Old 02-04-2009, 10:37 AM   #13
pozo
Member
pozo began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Feb 2009
Device: Sony PRS-505/SC (UK)
Quote:
Originally Posted by RWood View Post
If you use Word for creating/editing the files, store them in RTF format. I have found it the best interchange format. (Word creates a very, very bloated HTML file that is best to avoid at all costs.)
Actually, in Word (2007, I think 2003 too) you have the 'Save As' option of 'html, filtered' or something like that, it'll remove most of the 'Word' html and leaves you with a pretty clean code. Mainly stores the font used and some other stuff, but it's not as bad as with just saving to html (filesize difference is 50% or so).

I used this to go from an rtf>html>lrf yesterday, using a regex editor in the html phase to implement <h1> tags in HTML to make chapter detection easier (you probably could do this in rtf-code too, but I don't know the tags and Calibre likes html better according to it's FAQ).
pozo is offline   Reply With Quote