I managed to insert the following (bolded) to field note in table notes for a player. How ever, now all the text in the notes box ("original in black, test2 0123456789") is displayed red. Is there something I can do to change the colour of just some of the notes, i.e. is this a PT4 parser bug or do I misunderstand the format?
<?xml version="1.0" encoding="UTF-8"?>
<richtext version="1.0.0.0" xmlns="http://www.wxwidgets.org">
<paragraphlayout textcolor="#000000" fontsize="9" fontfamily="70" fontstyle="90" fontweight="90" fontunderlined="0" fontface="Segoe UI" alignment="1" parspacingafter="10" parspacingbefore="0" linespacing="10" margin-left="4,4098" margin-right="4,4098" margin-top="4,4098" margin-bottom="4,4098">
<paragraph>
<text>original in black</text>
</paragraph>
</paragraphlayout>
<paragraphlayout textcolor="#ff0000">
<paragraph>
<text> test2 0123456789</text>
</paragraph>
</paragraphlayout>
</richtext>