![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/12/2006, 08:17
|
![Avatar de lineadecodigo](http://static.forosdelweb.com/customavatars/avatar160435_1.gif) | | | Fecha de Ingreso: diciembre-2006 Ubicación: España
Mensajes: 27
Antigüedad: 18 años, 2 meses Puntos: 0 | |
Pues si. Mucho más sencillo. Además si en la tabla has utilizado cabeceras
<tr>
<th>Cuatrimestre</th>
<th>Cantidad</th>
</tr>
Puedes manipular el estilo de la etiqueta TH para conseguir tablas mucho más "excelianas".
<style type="text/css">
table {border-collapse: collapse}
td {border:1px solid black}
th {
background-color: #0066FF;
}
</style>
Salu2.
Línea de Código. |