18/11/2008, 15:58
|
| | Fecha de Ingreso: noviembre-2007
Mensajes: 54
Antigüedad: 17 años Puntos: 0 | |
Duda :s con codigo php <table width="212" height="215" border="0" style="float:left">
<tr>
<td width="329" height="41" valign="bottom" class="tit_receta1"><?echo strip_tags($damefila->titulo)?></td>
</tr>
<tr>
<td height="20" class="porciones"><span class="style2"><?echo strip_tags($damefila->sub)?></span></td>
</tr>
<tr>
<td height="146">><img border="0" src="fotos/<?echo strip_tags($damefila->foto_grande)?>" width="165" height="126" /></td>
</tr>
</table>
como le asigno una direccion mediante <a href="rec_rep.php?id=<? $row['idfoto']?>"> al hacerle click a una foto por ke eso no me funciona :S estoy mostrando esta tabla con un while y necesito ke cada imagen me redireccione a otra pagina donde despliegue la informacion
muchas gracias |