![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/11/2008, 02:28
|
| | Fecha de Ingreso: enero-2006
Mensajes: 263
Antigüedad: 19 años, 1 mes 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 |