Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/05/2006, 10:09
RICKY_1982
 
Fecha de Ingreso: mayo-2006
Mensajes: 147
Antigüedad: 17 años, 11 meses
Puntos: 0
pero esto como lo implemento en el htm, yo el codido anterior lo tengo asi

<table width="800" height="500" border="0" align="center">
<tr align="center" valign="middle">
<td><div align="center">
<p><img src="imagenes/3 SPORT FACTORY.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?VIDEO=3_SPORT_FACTORY_19 dic_NEW>3 SPORT <BR>FACTORY</A></strong></p>
</div></td>
<td><div align="center">
<p><img src="imagenes/AUTOMOVILES%20ALMUSSAFES.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?VIDEO=AUTOMOVILES_ALMUSSAFES_3_ MARZO>AUTOMOVILES ALMUSSAFES</A></strong></p>
</div></td></tr></table>

esto estaria bien puesto asi:

<td><div align="center">
<p><img src="imagenes/3 SPORT FACTORY.JPG" width="160" height="120"></p>
<p><strong><A href=vervideos.asp?<?php

echo $_GET["3_SPORT_FACTORY_19 dic_NEW"];

?>VIDEO=3_SPORT_FACTORY_19 dic_NEW>3 SPORT <BR>FACTORY</A></strong></p>
</div></td>

y como tendria que hacer la segunda pagina, si fueras tan amable de decirme como tiene que quedar te lo agradeceria