Font size formatting in HTML footers
This article is obsolete and may relate only to older versions of our software.
Problem
Changing the font size to custom one.
Solution:
To change the font size in your footer:
- Edit the rule in Administration program.
- Go to the built-in signature editor to edit the footer.
- Choose one of the available font sizes.
- Switch to HTML source view.
- In the editor of CodeTwo Exchange Rules 2.x or CodeTwo Exchange Rules 2007 1.x, click the HTML button at the bottom of the window.
- In the editor of CodeTwo Exchange Rules 3.x, CodeTwo Exchange Rules 2007 2.x or CodeTwo Exchange Rules 2010, click the HTML button in the left top corner and choose Source.
- In the html template find the tags at the beginning of the formatted text (e.g. <P> or <FONT>). If they contain a string like style="font-family:Arial; font-size: 12px", you just need to change the value next to the font-size. If there is no such string in the tag, add it. The size units are px - pixels or pt - points.
- Save the changes.
This is an example of an HTML tag with a changed font size (in red):
<span style="font-family:Trebuchet MS; font-size: 21px">
See also:
| Related products: | CodeTwo Exchange Rules 2.x, 3.x, CodeTwo Exchange Rules 2007 1.x, 2.x, CodeTwo Exchange Rules 2010 1.x, CodeTwo Exchange Rules Pro 1.x |
| Categories: | How-To |
| Last modified: | December 29, 2021 |
| Created: | April 29, 2010 |
| ID: | 139 |



