I am trying to post a teamspeak monitor on my joomla site. I go to enter the html code that was given to me from the teamspeak site, I then put the code in through the admin panel and html panel. Here is the problem, when I go to preview the monitor all that I see is a grey box. When I preview the code on html-kit or wysiwig it looks perfectly fine. Can someone check this code and see if there is any I need to change or am I just doing it wrong through admin? Here is the site ocs.frih.net
Here is the code:
Here is the code:
| Code: |
| <table cellpadding="3" cellSpacing="1" width="400" align="center" bgColor="#000000" border="0">
<tr> <td vAlign="top" width="260" bgColor="#CCCCCB" style="font-size: 10px; font-family: verdana,arial,helvetica,sans-serif;"> <SCRIPT LANGUAGE="JavaScript"> // Copyright ServerSpy.net // Please retain credit if duplicating for your own scripts. Thank you function tsShowChanData(inst,name,topic,codec){ document.getElementById(inst).innerHTML = '<p><B>Channel:</B><br>'+name+'</p>' + '<p><B>Topic:</B><br>'+topic+'</p>' + '<p><B>Codec:</B><br>'+codec+'</p>'; } </SCRIPT> <!-- ServerSpy.net TeamSpeak Live Feed | Start --> <!-- If all you want is just the list of names without any addition paraphernalia then just use this SCRIPT line, delete the rest of the code above and below. To disable the channel privilages icons, change the noud=0 at the end of the below script src to: noud=1 --> <SCRIPT LANGUAGE="JavaScript" src="http://share2.serverspy.net/bin/tmon.mpl?tid=43247&noud=0"> </SCRIPT> <!-- ServerSpy.Net Teamspeak Life Feed | End --> <br></td> <td vAlign="top" width="140" bgColor="#CCCCCB"><div style="font-size: 12px; font-family: verdana,arial,helvetica,sans-serif;" id="tsData1"></div></td> </tr> <tr> <td colspan="2" bgColor="#CCCCCB"> <TABLE border="0" align="center" cellpadding="10"> <TR> <TD valign="top"> <b>Channel Flags</b><br> R = Registered<br> M = Moderated<br> P = Passworded<br> S = Sub-Channels<br> D = Default<br> U = Unregistered</TD> <TD> <p><b>Player Flags</b><br> R = Registered<br> <b>SA</b> = Super Admin<br> SA = Server Admin<br> CA = Channel Admin<br> AO = Auto-Operator<br> AV = Auto-Voice<br> O = Operator<br> V = Voice<br> U = Unregistered </TD> </TR> </TABLE> </td> </tr> </table> |
