[Ovillo] ref; tag no valido

Cristian Wilgenhoff cristian.wil88 en gmail.com
Vie Nov 21 03:11:38 UTC 2008


facil:

<table style="background:url(images/bg2.gif)" width="804" border="0"
cellpadding="0"
                    cellspacing="0" height="583">

a:

<table style="background:url(images/bg2.gif); width:804px; border:0;
height:583px;" cellpadding="0" cellspacing="0" >

Igual te recomendaria hacer esto:

<table class="tabla" cellpadding="0" cellspacing="0">
</table>

y en la CSS:

table {
         background:url(images/bg2.gif);
         width:804px;
         border:0;
         height:583px;
}

Saludos, Compara y fijate los errores. Una cosa que no recuerdo es que si
cellpadding="0" cellspacing="0" se puede poner en la hoja de estilos.

Cristian.


Más información sobre la lista de distribución Ovillo