
On Di, 2005-01-11 at 00:08 +0100, David Christian Berg wrote:
Only tspans with sodipodi:role=line create new lines. So for now you can: separate a fragment of text into a line; in XML editor, assign that tspan any style you want; remove sodipodi:role from it so it stops being a line. Clumsy, I know, but it works.
Hmm, gotta try that again, I hadn't managed... I had seen that sodipoi:role and had removed it, i though.... let me try again
Seriously, doesn't work for me.. I have a text with Line, Line, and a Line where I want to change the Style.
Text text text <empty line> Clausthal, January 11th 2005
now I want to have the th to be superscript, that means decreasing the font size and moving it up, so I need it to be a seperate tspan.
But it won't work... what am I doing wrong... I'm removing the sodipodi:roles...
Still I get:
Clausthal, January 11 th 2005
David