codice:
<table>
<tr>
<td>
<form name="form1" method="post" action="download1.asp">
<input type="submit" name="bottone1" value="DOWNLOAD">
</form>
</td>
<td>
<form name="form2" method="post" action="download2.asp">
<input type="submit" name="bottone2" value="DOWNLOAD">
</form>
</td>
<td>
<form name="form3" method="post" action="download3.asp">
<input type="submit" name="bottone3" value="DOWNLOAD">
</form>
</td>
</tr>
</table>
questo può essere un esempio di come impostare la tabella
poi devi dare un nome ai form e un nome ai bottoni, come ho fatto io che di esempio ho messo form1, form2, form3 e poi bottone1, bottone2, bottone3