Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/09/2007, 09:20
mancemo
 
Fecha de Ingreso: marzo-2006
Mensajes: 194
Antigüedad: 18 años, 1 mes
Puntos: 1
Re: ¿Como se hacen margenes?

si a los margenes te refiers con bordes de tablas debes hacerlo con estilos,
Código:
border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solyd;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
con esos estilos te coloca bordes solamente donde le digas en este caso solo creara un borde superior en la tabla