HTML Tag or Printer tag in Ask Question/Show Message Action?

Anyway we can format message display on Ask Question or Show message action? Printer tag or HTML tag would be great.

1 Like

Wondering if we can do this in V5?

You should be more specific by format what do you mean?

Basic format like font size, alignment and new line or paragraph

This is just two simple examples of what you can do in v5.

Here are some more tags…

    <bold>
    <extrabold>
    <thin>                  : thinner style
    <italic>
    <underline>
    <b>, <u>, <i>           : short for bold, underline, italic
    <img>                   : displays an image (URLs supported)
    <linebreak/>            : forces a NewLine (NL)
    <br/>                   : stops auto-NL in Ticket Lister, fine-tune with <br/>
    <sym>                   : displays symbol from Segoe UI Symbol font
    <size x>                : font size
    <font x>                : font name
    <color x>               : font color
    <block margin color alignment width>
                            : margin=Left,Top,Right,Bottom
                            : alignment=left,right,center,justified
    <panel color alignment>
                            : alignment=left,right,center
4 Likes