Symantec Messaging Gateway font customization in HTML annotation
search cancel

Symantec Messaging Gateway font customization in HTML annotation

book

Article ID: 162166

calendar_today

Updated On:

Products

Messaging Gateway

Issue/Introduction

What is the default font and size of HTML annotation in SMG?
Can it be customized to some other font such as Arial size 10?

Resolution

The default font in HTML format is Times New Roman and size is 12.

Font of HTML annotation may be changed using HTML formatting tags. Messages sent in HTML format qualifying for the annotation will receive the HTML version, and plain text emails will continue to receive the plain text version.

The following is an example of HTML tag for changing the font of a string of text which can be configured in "Content > Annotations > Add or Edit existing annotation > HTML (optional)".
<p><font face="verdana" color="blue" size="3"> Annotation text </font></p>
<p><font face="arial" color="yellow" size="2"> Annotation text </font></p>
<p><font face="calibri" color="red" size="1"> Annotation text </font></p>

The following is output of the HTML annotation in the given example.