Recent Topics

1 Dec 26, 2008 18:08    

My b2evolution Version: Not Entered

Hi!

I am trying to include in a post this:
<div align="center"><iframe src="http://ruta_mi_servidor/jquiz.htm" frameborder="0" height="500" width="500" scrolling="auto"></iframe></div>

So, I use the html button of tinymce and paste the above code. But, when I save the code and come back to the post window, the pasted code is not appearing. And nothing has change.
I try again and again and I get the same result.

Any ideas of what is happening?

2 Dec 28, 2008 22:50

[solved] Finally, I got the way to include one iframe into my post. But to get it, I had to rid of tinymce (In my profile I unchecked that choice)
So, I write directly the html code into the post window and... the iframe content has been saved correctly.

3 Dec 29, 2008 15:36

Hum, maybe we should report it to the developer of the tinymce plugin!

4 Jan 16, 2009 01:07

I found a way to insert iframes through tinymce.

Go to the plugins section, edit tinymce and write this piece of code into Custom TinyMCE init:

extended_valid_elements : "iframe[height|width|src]"


Form is loading...