|    
			
				02/02/2003, 10:20
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: diciembre-2002 Ubicación: San Salvador 
						Mensajes: 951
					 Antigüedad: 22 años, 10 meses Puntos: 5 |  | 
  |  creo que lo que quieres es algo asi:
 <html><font face= "Times New Roman, Tahoma" texcolor="white" size=6 text aling=center><div align="center">Galeria de fotos de Ninel Conde</div></font>
 <head>
 <title></title>
 </head>
 <%@language="jscript"%>
 <body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#800080" alink="#ff0000">
 <br><br><br><div align="center"><table width=90% border=3 align="center" bordercolor="#808080">
 <%
 var h
 h=0
 for(x=1;x<=4;x++){%>
 <tr>
 <%for(y=1;y<=4;y++){%>
 <%h=h+1%>
 <td><a href="<%=h%>.jpg"><img src="<%=h%>.jpg" width=100 height=150></a></td>
 <%}%>
 </tr>
 <%}%>
 </table></div>
 
 
 </body>
 </html>
 
 te recomiendo hacer modificaciones en los <table><tr><td></td></tr></table> y tambien las "for" en lo que a numero de repeticiones respecta....
 tambien te recomiendo que subas las fotos al servidor asi: 1.jpg 2.jpg 3.jpg asi hasta 20.jpg
     |