Changes between Version 5 and Version 6 of WEBTemplates

Show
Ignore:
Timestamp:
01/15/08 13:49:06 (5 years ago)
Author:
pangea (IP: 81.0.252.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WEBTemplates

    v5 v6  
    99 * To enable the Mailkit micro-site feature, enable the option Micro-site templates in the advanced settings of your campaign. 
    1010 * Create template for your micro-site in the templates menu by creating a new file for example web.html 
    11  * Include the new template in the Mail Template File by adding the following section: 
     11 * Include the new template in the Mail Template File by adding the following section. You can include multiple templates in the hidden section to build a multi-page micro-site 
    1212{{{ 
    1313#!text/html 
     
    1616hidden --> 
    1717}}} 
    18 You can include multiple templates in the hidden section to build a multi-page micro-site. 
    19  * Link your new micro-site webpage from you message body or Mail Template File by adding the tag ''<a href="[LINK=web]">Micro-site</a>'' - this will make a link with a title Micro-site linking to the content of the template named web.html 
     18 
     19 * Link your new micro-site webpage from you message body or Mail Template File by adding the tag ''<a href="[LINK=web]">Micro-site</a>'' - this will make a link with a title Micro-site linking to the content of the template named web.html. By using the same link syntax you can make links between multiple pages of your micro-site, but each page must be included in the hidden section of your Mail Template File.