EveryCloud Technologies    

 



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:   You must use the following syntax 


<html_footer>

               <html>
                     <head>
                            </head>
                                       <body>
                                             
Your content must be entered here
                                       </body>
                </html>
</html_footer>


Plain Footer:   You must use the following syntax 


<plain_footer>


                                            Your content must be entered 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>
                                             
Your content must be entered here
                                       </body>
                </html>
</html_footer>

<plain_footer>

                                             Your content must be entered here

</plain_footer>


.......................................................................................................

Tips:

Do not use the <br>  tag it will not work.

Please use the </br> tag for a line break 

.......................................................................................................