Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/07/2004, 04:08
Avatar de PatomaS
PatomaS
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años, 2 meses
Puntos: 63
Hola

En principio no es peoblema hacerlo, solo has de utilizar estilos css, aquí te paso un ejemplo:

Código:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<style type="text/css" media="screen">
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table {
	width: 79%;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid #ff0000;
	border-bottom: 2px dotted #00ff00;
}
</style>
<title>Una tabla con un borde diferente a los demás</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<table>
     <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
     </tr>
     <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
     </tr>
     <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
     </tr>
</table>

</body>
</html>
En el ejemplo que te paso, las celdas no tienen ningún tipo de borde, solo la tabla, de esa manera es más fácil ver el efecto.

Para saber más sobre los estilos, puedes pasar por aquí.

Felicidad
__________________
¡ hey, hou, hou, hey !