TinyPortal

Development => International => Topic started by: NeMoD on October 12, 2006, 10:20:25 PM

Title: HTML doesn't work in HTML&BBC block
Post 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:
Title: Re: HTML doesn't work in HTML&BBC block
Post by: alan s on October 12, 2006, 10:24:26 PM
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>
Title: Re: HTML doesn't work in HTML&BBC block
Post by: NeMoD on October 12, 2006, 10:36:06 PM
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
Title: Re: HTML doesn't work in HTML&BBC block
Post by: akulion on October 12, 2006, 10:37:19 PM
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 )