Changes between Version 5 and Version 6 of WEBTemplates
- Timestamp:
- 01/15/08 13:49:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WEBTemplates
v5 v6 9 9 * To enable the Mailkit micro-site feature, enable the option Micro-site templates in the advanced settings of your campaign. 10 10 * 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 12 12 {{{ 13 13 #!text/html … … 16 16 hidden --> 17 17 }}} 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.