Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/05/2003, 10:04
TeQuieroAndrea
 
Fecha de Ingreso: mayo-2003
Mensajes: 43
Antigüedad: 21 años
Puntos: 0
Ojala algun dia sepa tanto como ustedes, pido ayuda

Hola amigos, tenia una pregunta y queria ver si me podian ayudar.

Veran ... lo que quiero es "pintar" de otro color la tabla mas larga de una lista, estas son mis tablas:

Código PHP:
<table height="5" width=<? echo $n1?>  border="0" cellspacing="0" cellpadding="0"></table>
                
<table height="5" width=<? echo $n2?>  border="0" cellspacing="0" cellpadding="0"></table>

<table height="5" width=<? echo $n3?>  border="0" cellspacing="0" cellpadding="0"></table>

<table height="5" width=<? echo $n4?>  border="0" cellspacing="0" cellpadding="0"></table>
... todas sin fono, como podria hacer que la mas ancha (width) tenga fondo de color rojo?

Gracias por leer y si tienen alguna idea para ayudarme seria genial.