2.2 <REPRODUCE> HTML Tags

Throughout the HTML templates, you will you notice several sets of <REPRODUCE ... > HTML tags. When the software prints out an HTML template, it will take everything between these HTML tags and copy it over and over. For example, if the software is displaying a list of members, the HTML template will contain one set of <REPRODUCE ... > HTML tags, and the software will copy everything between the HTML tags over and over, for every member.

You may edit the HTML code inside of these HTML tags, but should never delete or modify the actual HTML tags themselves. Only the HTML code inside of them.