Merging rows of multiple data - similar to mail merge Help :)

Merging rows of multiple data - similar to mail merge Help :)

I want to create a form that resembles a 14 labels per page form, I will print on to labels paper.

I have the following script which only produces a page of the same data(address) I cannot find a Next record command or similar  to add to next block of data - what do I need to add/do 

htmlpage dALEMAILHTML()
print = true
content
<%{
    fetch  =  Prospects  [Email.contains("@")];%>
<div class="WordSection1">
<table class="MsoTableGrid" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border:none;mso-padding-top-alt:0cm;
    mso-padding-bottom-alt:0cm;mso-border-insideh:none;mso-border-insidev:none">
    <tbody>
        <tr style=""zc-viewrow zc-row-1";
            height:108.0pt">
            <td width="374" valign="top" style="width:280.8pt;padding:0cm .75pt 0cm .75pt;
            height:108.0pt">
            <p class="MsoPlainText"><span style="mso-spacerun:yes"> </span></p>
            <p class="MsoNormal" style="margin-top:0cm;margin-right:7.0pt;margin-bottom:
            0cm;margin-left:7.0pt;margin-bottom:.0001pt">
            <%=fetch.Full_Name%> <br />
<%=fetch.Address_1%> <br />
            <%=fetch.Address_2%> <br />
            <%=fetch.Address_3%> <br />
            <%=fetch.Address_4%> <br />