OK, I hear you but...
I'm using Microsoft Word to create an RTF file like this:
Test heading 1 (this is style Heading 1 in Word)
Test heading 2
paragraph text text text
(The heading 1 & 2 are formatted centered).
I added this CSS to the converter:
H1 { text-align: center }
H2 { text-align: center }
The text formatting comes through but the text is still left aligned.
What am I doing wrong? I suspect that Word is the culprit but I can't see how they internally encode styles.
|