You may add your HTML and/or TXT footer to the control panel, but please ensure that the HTML is
pure and does not reference any Microsoft Office distinct functions or calls. (No <mo>: tags and no <o:p> tags)
The syntax is strict, so please read this carefully.
HTML footer:
<html_footer>
<html>
<head>
</head>
<body>
Content here
</body>
</html>
</html_footer>
Plain footer:
<plain_footer>
Content here
</plain_footer>
Adding HTML and Plain footer simultaneously:
Ensure that there is no space between the </html> close tag and the <plain_footer> open tag
<html_footer>
<html>
<head>
</head>
<body>
Content here
</body>
</html>
</html_footer><plain_footer>
Content here
</plain_footer>
Tips:
Do not use the <br> tag it will not work.
Please use the </br> tag for a line break.
Comments
0 comments
Please sign in to leave a comment.