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

el estilo queda asi

Código:
.punteado21 {	font-family: verdana, arial;
	font-size: 10pt;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
eso lo guardas en un archivo estilo.css el cual debes vincular desde tu php, y la tabla quedaria asi

Código HTML:
 <table width="xxx" align="xxx" cellpadding="0" cellspacing="0" class="tablas_cont" >