Ver Mensaje Individual
  #23 (permalink)  
Antiguo 07/06/2009, 01:28
Chelo1982
 
Fecha de Ingreso: agosto-2008
Mensajes: 97
Antigüedad: 15 años, 8 meses
Puntos: 1
Respuesta: Mostra foto de base de datos

<html>
<head>
<title>CAT&Aacute;LOGO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.catalogo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
}
-->
</style>
</head>
<body>
<div align="justify"></div>
<table width="272" align="center" cellpadding="0" cellspacing="0" style="border: 1px solid #000000;">
<tr valign="middle" bordercolor="#FFFFFF" bgcolor="#DFDFDF" class="catalogo">
<td width="170">Foto </td>
<td width="170"><strong>Producto</strong></td>
<td width="77"><strong>Precio</strong></td>
<td width="25" align="right"><a href="vercarrito.php?" title="Ver el contenido del carrito"><img src="vercarrito.gif" width="25" height="21" border="0"></a></td>
</tr>
<tr valign="middle" class="catalogo">
<td><img src="img_productos/perro-ladrando2.jpg" /></td>
<td>gata</td>
<td>10.00</td>
<td></td>
<td align="center"><a href="agregacar.php?&id=6"><img src="productonoagregado.gif" border="0" title="Agregar al Carrito"></a></td>
</tr></table>
</body>
</html>