30/08/2006, 00:02
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 2 meses Puntos: 59 | |
Hola hector_he
¿Algo así? : Cita: <html>
<head>
<title></title>
<style type="text/css">
<!--
.tablax
{padding:0px;
text-align:center;
border:1px #034640 solid;
border-collapse:collapse;}
//-->
</style>
</head>
<body>
<table class="tablax">
<tr><td class="tablax">texto 1</td><td class="tablax">texto 3</td></tr>
<tr><td class="tablax">texto 2</td><td class="tablax">texto 4</td></tr>
</table>
</body>
</html> Suerte
Saludos |