Easy to get RTF out of word - but the coding is sooooo complicated.
Here is a bit of code - should work if I have made no typos:-
{rtf1
{fonttbl (f0 Ariel;}{f1 Times New Roman;}}
{f0\fs28 Heading \par
f1 \fs20 High there\par
}
Now the challenge is to put a table in between the two lines with the least amount of characters in the code. One cell is enough and inside the cell should be Hello World.
According to Word this should take a few hundred characters as I understand it.
Paul