HTML in Table header

Hello,

Does anyone know a technique whereby html code can be used to create the title text for a table header?

I'd like to create some line breaks (
) in a table Title. Anything I enter into the Title parameter on a table component is transferred into HTML coding for that character (if it's non-alphanumeric).

Is there a way round this behaviour? Perhaps in some manner similar to the way the Text component has an 'Allow HTML tags' switch or maybe using some cunning way to pass a string into the title parameter that is immune to having its contents parsed into the html coding characters?

Same goes for any kind of text formatting (italics, bold etc) where you only want it applied to certain characters of the title string.

Thanks in advance - Tristan