Time for action – creating a template
It is time to create a template:
Go to Control Panel | Web Content.
Click on Templates | Add Template.
In ID field, enter HOSALE-TEMPLATE; in the Name field, enter HO Sale Template.
For Structure, click on Select and double-click HOSALE-STRUCTURE.
For Script, click on Launch Editor.
When an editor window pops up, clear all content in the editor box, and paste in the following content:
<table border="0" cellpadding="8" cellspacing="0" width="50%"> <tr> <td></td> <td><img src="$onSaleSign.getData()" alt="On-sale image" height="150" width="150" /></td> <td></td> </tr> <tr> <td><img src="$houseOneImage.getData()" alt="On-sale house image" height="200" width="200" /></td> <td>$houseOneDesc.getData()</td> <td>$houseOnePrice.getData()</td> </tr> <tr> <td><img src="$houseTwoImage.getData...