30/04/2008, 11:58
|
| | Fecha de Ingreso: abril-2008 Ubicación: Oaxaca
Mensajes: 256
Antigüedad: 16 años, 6 meses Puntos: 2 | |
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ítulo</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="126"> </td>
<td> </td>
<td><td bordercolor="#FF00FF" style="border-left: 1px dashed ; border-right: 1px dashed"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html> |