La idea es esta:
Código:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%
counter=0
for i=1 to 20
%>
<td><%=i%></td>
<%
counter=counter+1
If counter MOd 3=0 Then Response.Write "</tr><tr>"
Next
%>
</tr>
</table>
Saludos
<center>
<p><a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/urjose.gif></a></p>
</center>