line 21, 27,
46...
</Font>
<Font Id="font" Italic="yes" Color="FFFFFFFF"
Size="48"
Effect="none" EffectColor="FFFFFFFF" Script="normal"
Underlined="no"
Weight="normal"> <Subtitle SpotNumber="23"
TimeIn="01:41:38:104"
TimeOut="01:41:42:031" FadeUpTime="0" FadeDownTime="0">
Font should not be closed and reopened
I think this is valid, though perhaps it
could be more efficiently
marked-up... it's just trying to enable italic for that line.
I don't know
if it's valid, but what I know is that it does not seem
possible to change the size and the fond ID.
For italic you just have to declare the italic tag:
<Font Italic="yes">Text in italic</Font> inside or outside the text
tag.
I think it's better inside, to get only one word in italic in the
sentence (easier to handle).
Lilian