2 Replies Latest reply: Jul 23, 2009 1:16 PM by rlinsurf1 RSS

    Can't move image to the side

    rlinsurf1 Community Member

      I have this page

       

      http://charlesnewmanpubl.com/catalog.html

       

      When you click one of the track listings, an iframe with a Player comes up, and a small image to Download the file. But this is supposed to appear beside the Player, and instead, it keeps appearing directly below it.

       

      Here's the code

       

       

      <iframe style=" display: none; width:400px; height:27px; border: 0;" id="mp3Holder" src=""></iframe><a href="" id="ac3dl" style="display:none;"><img src="http://charlesnewmanpubl.com/images/dl_button.jpg" width="30" height="19" border="0" alt="download"></a>
      

       

       

      How can I get it to appear to the right of the Player?