Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/03/2010, 08:02
ma_miranda19
 
Fecha de Ingreso: enero-2010
Ubicación: badajoz
Mensajes: 47
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: Mostrar valores en columnas

Gracias a todos por contestar tan rapido, la estructura de la tabla seria asi:

<table width="680" border="1">
<tr>
<td colspan="3">Ofertas Destacadas </td>
</tr>
<tr>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
</tr>
<tr>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
</tr>
<tr>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
</tr>
<tr>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
<td height="100">&nbsp;</td>
</tr>
</table>


solo tengo que mostrar la foto que esta en un campo llamado foto1 y el precio que esta en el campo precio, lo que quiero hacer es un estilo a la pagina www.autocasionmallorca.com

Última edición por ma_miranda19; 23/03/2010 a las 08:13