| Special Commands - BODY | 
The List of Commands for the listing can be found by scrolling through the list found by clicking on the 'Modify Advanced Templates' option found under the 'More Advanced' options. - Note:- These can only be used in the BODY SECTION of the HTML Note - The items highlighted in Blue are links which display a POP UP Window
|
| Commands | Description | Example |
| #link | Used to include the correct Hyperlinks to the detailed Menu Display | <td width="83%"><span class="Newstitle"><A href="http://www.fastpagecms.com/fastpage/fpengine.php/templateid/56/menuid/5/tempidx/35/catid/7/restemp/N;/fPpagesel/10#link">#alt_descr</a></span></td> |
| #altcol | Use to display Alternate Colours for the listing | <tr #altcol> |
| #thumbimage | Used to display the thumbnail Image - you can also link to this | <A href="http://www.fastpagecms.com/fastpage/fpengine.php/templateid/56/menuid/5/tempidx/35/catid/7/restemp/N;/fPpagesel/10#link"><img src="/fastpage/images/#thumbimage" border="0"></a> |
| #user_defined | Any user defined field | |
| Drop Down Extra Info |
You can record two additional peices of information against a dropdown field. This is handy for example - Salespeople where you want to relate the salespersons phone No and e-mail address everytime you select the Drop Down item when you are adding a new Menu Item. |
| #[2]user_defined | User Defined Field - 2nd Descr | <td colspan="5"><span class="menuclass"><b>Contact Details</b> #real_contact <a href="mailto:#[3]real_contact">#[3]real_contact</a> Phone #[2]real_contact</span></td> |
| #[3]user_defined | User Defined Field - 3rd Descr | Example as above |
| | |
| Menu Footer | Normally this is the only command you need for the footer - </table> |