Creating List Templates

You can customize the output of lists by creating a new, or editing an existing, list template. The list template contains the information which will be repeated once per item, creating a list of the items.

Example List Template

<tr>
	<th align=left><a href="product.html?Action=Show%20Product&PartNumber=<!-- PRODUCT: PartNumber -->"><!-- PRODUCT: PartNumber --></a></th>
	<td rowspan=2><!-- PRODUCT: Description --></td>
</tr>
<tr>
	<th align=left><!-- PRODUCT: Price --></th>
</tr>
Main Menu Next Page