TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 05, 2024, 04:41:10 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,178
  • Total Topics: 21,220
  • Online today: 232
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 120
  • Total: 121
  • @rjen

HTML doesn't work in HTML&BBC block

Started by NeMoD, October 12, 2006, 10:20:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NeMoD

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:

alan s

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>

NeMoD

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

akulion

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 )