Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/11/2008, 02:28
astrow25
 
Fecha de Ingreso: enero-2006
Mensajes: 263
Antigüedad: 18 años, 3 meses
Puntos: 1
Respuesta: Solucion al estilo css

Me gustria que la tabla quedase asi

<table width="100%" border="1">
<tr>
<td class="cabedestacadas"><div align="center">NOTICIAS</div></td>
</tr>
<tr >
<td class="imagenfondo"><?php echo $row_noticias['titulo']; ?><br />
<br />
<?php echo $row_noticias['descripcion']; ?><br />
<br />
<?php echo $row_noticias['fecha']; ?></td>
</tr>
</table>

Gracias