TinyPortal
Development => International => Topic started by: NeMoD on October 12, 2006, 10:20:25 PM
I was adding Teamspeak viewer to a inline frame in a box I had setup on the right
it was working fine, then I wanted to change the inline frames width and then the box
just kept displaying the html code and not the inline frame containing the TSViewer.
Whenever it displays the html code, I see a "X" in front of the "src" and that is
not there when I edit the html code from the admin panel???
Here is my site:
www.team-syndicate.com
I have it set to HTML&BBC, I tried deleting the block and remaking it, it's driving me nuts :tickedoff:
You have a error in your code actually. your code is
<iframe xsrc="tsviewer/TS_Viewer.php" width="158" height="300" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0"></iframe>
that x shouldnt be there it should be
<iframe src="tsviewer/TS_Viewer.php" width="158" height="300" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0"></iframe>
yea I pointed that out in my post.. I guess you missed it.. when I edit the code, the x isn't there, but when I go to see if it worked, it mysteriously appears
turn the editor off from SETTINGS
and then put the code in
it will work :up:
its a known bug in the editor which will hopefully be fixed in one of the later versions )