Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/05/2009, 11:37
layker
 
Fecha de Ingreso: noviembre-2007
Mensajes: 264
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Imagenes por botones radio

No conssigo quue funcione.. :S el codigo que tengo es mas o menos esto.. lo intento aplicar y no m funciona... como lo tndria k poner?? muxas gracias
Código PHP:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
link href="css/estilos.css" rel="stylesheet" type="text/css" />
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Encuesta</title>
</
head>

<
body>

  
  <
b>¿Quieres escuchar  Reggaeton?</b>
     <
div style="margin-top:5px; margin-bottom:5px;">
     <
img src="images/si.jpg" width="33" height="21" />&nbsp
     <
img src="images/no.jpg" width="33" height="21" />
     </
div>

    
     <
b>¿Quieres escuchar  House?</b>
     <
div style="margin-top:5px; margin-bottom:5px;">
     <
img src="images/si.jpg" width="33" height="21" />&nbsp
     <
img src="images/no.jpg" width="33" height="21" />
     </
div>
    
     <
b>¿Quieres escuchar  Electro?</b>
     <
div style="margin-top:5px; margin-bottom:5px;">
     <
img src="images/si.jpg" width="33" height="21" />&nbsp
     <
img src="images/no.jpg" width="33" height="21" />
     </
div>
    
     <
b>¿Quieres escuchar  Pop?</b>
     <
div style="margin-top:5px; margin-bottom:5px;">
     <
img src="images/si.jpg" width="33" height="21" />&nbsp
     <
img src="images/no.jpg" width="33" height="21" />
     </
div>
    
..............
etc.............
</
body>
</
html