06/09/2007, 07:25
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 5 meses Puntos: 177 | |
Re: estilos de tabla Cita: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
table{border: 1px solid #FF5900;}
</style>
</head>
<body>
<table>
<tr>
<td>hola</td>
<td>hola</td>
</tr>
<tr>
<td>hola</td>
<td>hola</td>
</tr>
</table>
</body>
</html> DX |