![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/11/2007, 03:42
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: Ayuda con tabla Hola dxpepe. Bienvenido al foro.
A ver si te sirve esto:
Código:
<html>
<head>
<style type="text/css">
table {border-collapse: collapse; border:1px solid black}
td {width:150px}
.celda {border:1px solid black}
</style>
</head>
<body>
<table>
<tr><td> </td><td> </td><td class="celda"> </td></tr>
<tr><td> </td><td> </td><td> </td></tr>
</table>
</body>
</html>
Saludos, |