Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/05/2010, 09:23
maxwellxp
 
Fecha de Ingreso: abril-2010
Mensajes: 143
Antigüedad: 14 años
Puntos: 0
Respuesta: problema muy molesto

con razon!
ya me parecia...bueno, hago tabla y le pongo fondo...por cierto, como seria?
Código PHP:
Ver original
  1. <?php
  2. $master1 = 5;
  3. $user49 = 6;
  4. ?>
  5. <style type="text/css">
  6. <!--
  7. -->
  8. </style>
  9. <table width="91" height="33" border="1" cellpadding="0" cellspacing="0">
  10.   <tr>
  11.     <td <?php if($master1 == $user49) { echo bgcolor="#0000FF"; } ?>><input name="radio" type="radio" class="bien" id="radio" value="radio1" /></td>
  12.   </tr>
  13. </table>