Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/02/2006, 03:30
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola de nuevo.

Te dejo un ejemplo completo para que lo pruebes:
Código:
<html>
<head>
<style type="text/css">
td {border-right:5px solid red}
</style>
</head>
<body>
<table>
<tr>
<td>abc</td><td>abc</td><td>abc</td>
<tr>
<tr>
<td>abc</td><td>abc</td><td>abc</td>
<tr>
</table>
</body>
</html>
Saludos,