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.