Hello all... I've added a flash "radio player" to _sub_header.html. It works great, however I'm unable to center it, or adjust it's position in anyway: it always shows up left-justified.
The original HTML code is this:
<!--Wavestreaming.com SHOUTcast Flash Player-->
<script type="text/javascript"
src="http://player.wavestreamer.com/cgi-bin/swf.js?id=XID952M4MDEN8AU7">
</script>
<script type="text/javascript"
src="http://player.wavestreaming.com/?id=XID952M4MDEN8AU7">
</script>
<!--End Player-->
Trying to move the radio player around, I copied a STYLE statement from another HTML code I once used, so it's now like this:
<!--Wavestreaming.com SHOUTcast Flash Player-->
<script type="text/javascript" style="float:right; position:absolute; top:10px; right:55px;"
src="http://player.wavestreamer.com/cgi-bin/swf.js?id=XID952M4MDEN8AU7">
</script>
<script type="text/javascript" style="float:right; position:absolute; top:10px; right:55px; "
src="http://player.wavestreaming.com/?id=XID952M4MDEN8AU7">
</script>
<!--End Player-->
Yet, this has had no effect, I've changed the values in the STYLE statement in various ways, but the Radio Player always shows up left-justified, so I guess I'm not using the STYLE statement properly... How can I center or otherwise move around this widget...?
Many thanks in advance for any help or suggestion!