Quote:
Originally Posted by jhale1966
Is there a way to remove all the 'wrap-around' stuff when using the Jukebox either in a new window or using the existing one? I'd like to JUST have the Jukebox 'box' appear when a user clicks 'Play Me'.
Thanks! 
|
You will have to edit the links_playbit template. You must keep at least the following:
Code:
<table width="100%">
<tr>
<td align="center" valign="middle">
<!--$linkid::playerbit-->
</td>
</tr>
</table>