[QUOTE=Hostboard;2601432]
Quote:
Originally Posted by chudvs
i put this in block vb4.2.5, is there anyone can tell me how to float this in a new window, as it shuts when the forums are browsed... basically i need the code to make this code
Code:
<iframe style="border: 0px #FFFFFF none;" src="https://www.partyviberadio.com/player-https/embed-dark-auto-scradio/reggae.html" target="_top" name="embed-shoutcast" width="200px" height="150px" frameborder="1" marginwidth="0px" marginheight="0px" scrolling="no"></iframe>
Interestingly enough, you want to do something entirely opposite of what IFrame is meant to be. The whole purpose of IFrame is open inside a page. You should be able to just add: target="_top"
|
thanks for the reply, adding target "_top" doesnt float it, just sends the user to scroll to top of the forum
i need the code so the radio is in the forum block, then if the user wants to continue listening to the radio you can click the block radio so it detaches/floats in its own window... so it isnt lost when the user browsers the forums