Background Colour from loaded HTML

  • I'm trying to load some HTML into a RichEdit. It is make up a table, and with the cell of the table, there is a span with a background colour defined, but I'm not seeing the background colour in the RichEdit, is there a option I can turn on to make this show correctly.

    In the table cell I have the following.

    Code
    <span style="font-size:10.0pt;color:black;background:#A5A5A5">Some Text<span style="font-size:12.0pt;color:black">&nbsp;<span style="font-size:
      10.0pt;color:black;background:#EFD812">Some other text

    Neither background colour is showing

    Tim.[/code]