Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/04/2008, 11:58
ASYNTETYCO
 
Fecha de Ingreso: abril-2008
Ubicación: Oaxaca
Mensajes: 256
Antigüedad: 16 años
Puntos: 2
De acuerdo Re: Tablas, tablas interiores punteadas de un solo lado

NO NO NO PERDON, DE HECHO SI FUNCIONO, YA LO HIZE. MUCHAS GRACIAS DE VERDAD. SI A ALGUIEN LE SIRVE ESTE ES EL CODIGO PARA QUE LO VEAN. LO QUE PASA ES QUE EN DREAMWEAVER NO LO VEIA POR QUE POR QUE EN DREAMWEAVER SE VEN EN COLOR GRIS LOS BORDES Y COMO SOLO ERAN DE UN PIXEL NO LOS VI A LA PRIMERA. ESTE ES EL ÓDIGO POR SI A ALGUIEN LE SIRVE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>

</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col">&nbsp;</th>
<th scope="col">&nbsp;</th>
<th scope="col">&nbsp;</th>
<th scope="col">&nbsp;</th>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="126">&nbsp;</td>
<td>&nbsp;</td>
<td><td bordercolor="#FF00FF" style="border-left: 1px dashed ; border-right: 1px dashed">&nbsp; </td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>