View Single Post
Old 02-26-2010, 07:37 PM   #6
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@sjohnson

I use Word all the time to create my HTML files for Calibre.

If you style your headings with the built-in styles "Heading 1", "Heading 2", etc your output HTML should be translated to

<h1>...</h1> where you used "Heading 1"
<h2>...</h2> where you used "Heading 2" ... and so on

<p class=MsoNormal>...</p> where you used "Normal"
<p>...</p> where you used "Normal(Web)"

You can then reference h1, h2, p and p.MsoNormal in your Calibre Extra CSS during conversion if you need to.

Also make sure you save as Web-filtered to avoid much of the MS excess baggage tags.
jackie_w is offline   Reply With Quote