Hello Everyone,
I have a streaming internet radio station using shoutcast server. I need to display the following on my page but when I copy and paste the html code into the MAIN PAGE it strips the "SPAN" open and closing can someone help with this:
BEFORE COPY TO HTML BLOCK (WHAT I NEED):
<------- Current song: <a id="cc_stream_info_song" href="http://cp5.shoutcheap.com/cast/tunein.php/wjmxsmoo/tunein.pls">Loading...</a><br /> Stream title: <span id="cc_stream_info_title"></span><br /> Bit rate: <span id="cc_stream_info_bitrate"></span><br /> Current listeners: <span id="cc_stream_info_listeners"></span><br /> Maximum listeners: <span id="cc_stream_info_maxlisteners"></span><br /> Server status: <span id="cc_stream_info_server"></span><br /> Source status: <span id="cc_stream_info_source"></span>------>
AFTER I COPY AND SAVE THE BLOCK it (STRIPS AWAY SPAN statements