5.2 <REPRODUCE> HTML tags

Throughout the HTML templates, you will you notice several sets of <REPRODUCE ... > HTML tags. When the script prints out an HTML template , it will take everything between these HTML tags and copy it over and over. For example, if the script is displaying a list of members, the HTML template will contain one set of <REPRODUCE ... > HTML tags, and the script 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.