![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/02/2005, 17:21
|
![Avatar de programeitor](http://static.forosdelweb.com/customavatars/avatar89543_1.gif) | | | Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 20 años Puntos: 9 | |
celdas vacias con borde . No se exactamente cual es la disposicion de celdas, pero esto tal vez te sirva de algo . <style> table,td{border-collapse:collapse;padding:0} td{border:1 solid black;width:30px;height:30px;font-size:0px;} .dentro{font:22px;padding:5;} </style> <table>
<tr>
<td><div class=dentro>¡ holar !</div></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table> . |