Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/08/2009, 07:52
visona
 
Fecha de Ingreso: febrero-2008
Mensajes: 675
Antigüedad: 16 años, 3 meses
Puntos: 5
como colocar este codigo

quiero meter este codigo
<a class=Ntooltip href="#">
el texto visible
<span>
... el texto oculto (cualquier código HTML) ......
</span>
</a>
dentro de este
Código PHP:
<?php do { ?>
      <table width="100" height="120" border="0" align="center" background="../images/100.gif">
<tr>
          <td width="101" align="center" valign="top"><span class="margenimagenes"><a href="detalle.php?detalle=<?php echo $row_lado['id_producto']; ?>"><img src="<?php echo $row_lado['imagen']; ?>"   alt= ""
 name="imagen" width="85" height="70" border="0" align="top" class="imagenes_horizontal" id="imagen3" /></a></span></td>
        </tr>
          </table>
          <?php } while ($row_lado mysql_fetch_assoc($lado)); ?>
Pero por mas que intento colocarlo no me sale.
Alguna idea u otra forma de hacerlo.
Un saludo