23/12/2004, 08:46
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 2
Antigüedad: 19 años, 11 meses Puntos: 0 | |
a esto es lo que te refieres??????....
<html>
<head>
<style type="text/css">
.t {
border-style:none outset;
border: 8px grey;
}
.t2 {border:double 4 blue;
border-left-color:black;
border-top-style:dotted;
bordercolor="red"
bordercolordark=#c0c0c0}
</style>
</head>
<body>
<table class="t">
<tr>
<td>Contenido bordeado</td>
</tr>
</table>
<p>
<table class="t2">
<tr>
<td>Contenido bordeado</td>
</tr>
</table>
</body>
</html> |