Hi phil_ke,
Since the built-in MessageDialog has quite limited support on the title and message body, you will need to create your own custom message dialog by using custom <div> flyout element to simulate the behavior. Actually, this is also what we usually do
in standard html based web application development (as the standard javascript "alert" message dialog is quite limited which only supports plain text, too).
Please remember to mark the replies as answers if they help and unmark them if they provide no help.