Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/10/2009, 12:52
Pelao
 
Fecha de Ingreso: abril-2003
Mensajes: 260
Antigüedad: 21 años, 7 meses
Puntos: 1
Respuesta: bgcolor valor de campo

Es el bgcolor de esa linea...las muestro asi:

Código HTML:
 <table width="90%" height="18" border="0" align="center" cellpadding="2" cellspacing="2" background="<?=$color?>">
    <tr class="texto">
      <td width="4%" align="center" class="Estilo11">
        <?=$id?>
      </td>
      <td width="17%" align="center" class="Estilo11">
        <? echo date("d/m/y - h:i",$create_date) ?>
     </td>
      <td width="12%" align="center" class="Estilo11">
        <?=$priority?>
      </td>
      <td width="12%" align="center" class="Estilo11">
        <?=$status?>
      </td>
      <td width="14%" align="center" class="Estilo11">
        <?=$supporter?>
      </td>
      <td width="17%" align="center" class="Estilo2"><span class="Estilo2 Estilo11"><span class="Estilo11"><span class="Estilo11"><span class="Estilo11"><span class="Estilo11">
        <?=$user?></span></td>
      <td width="17%" align="center" class="Estilo2"><span class="Estilo16"><span class="Estilo11"><span class="Estilo11">
        <?=$category?>
      </span></td>
      <td width="3%" align="center" class="Estilo2"><a href="desc.php?id=<?=$id?>" target="_blank" class="Estilo1" onClick="window.open(this.href, this.target, 'width=500,height=500, scrollbars=yes'); return false;"><img src="ima/desc.gif" width="16" height="16" border="0"></a></td>
      <td width="4%" align="center" class="Estilo2"><img src="ima/edit.gif" width="16" height="16"></td>
    </tr>
  </table> 
__________________
Bye!