![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/02/2005, 09:01
|
![Avatar de Bizo21](http://static.forosdelweb.com/customavatars/avatar62262_1.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: Valdivia
Mensajes: 93
Antigüedad: 20 años, 9 meses Puntos: 1 | |
mira este era tu codigo:
<TABLE height=23 cellSpacing=0 border="0"> <!--borderColorDark=#99CCFF cellPadding=0 width=781 borderColorLight=#000000 border=1 id="table1"-->
<TR > <!-- bgColor=#55a7ea-->
<TD width=389 height=21 valign="middle" > <!-- bgColor=#4395E7 style="border-left-style: none; border-left-width: medium"-->
tabla
</td>
</TR>
</TABLE>
y tu colocas en una hoja de estilo esto table
{
borderColorDark:#99CCFF;
cellPadding:0;
width:781;
borderColorLight:#000000;
}
tr
{
background-color:#S55a7ea;
}
td
{
border-left-style:none;
border-left-width: medium;
background-color:#4395E7;
}
y eso es todo ,pero no se si eso es lo que querias hacer |