in that content page, I also have another html page tools.htm which iwant to include in my umbraco project i want the iframe to locate to that html page when it loads..
You will have to exclude the iframe from being filtered out in the tinyMce.config. It's not very easy and I unfortunately do not have a sample config for you, so you'll probably need to read up on configuren TinyMCE on their site as well.
Yes, I agree with Sebastiaan. There may be iframe tag missing in your tinyMceConfig.config file within config folder. Try placing iframe in <validElements> section in config file
Iframe in content page and html page in umbraco contents
Hi I tried to add an Iframe in RIch text editor but after i add it and save it it does not save the iframe Information
<iframe width="454px" height="200" scrolling="auto" frameborder="0" src="tools.htm"></iframe>
in that content page, I also have another html page tools.htm which iwant to include in my umbraco project i want the iframe to locate to that html page when it loads..
You will have to exclude the iframe from being filtered out in the tinyMce.config. It's not very easy and I unfortunately do not have a sample config for you, so you'll probably need to read up on configuren TinyMCE on their site as well.
Yes, I agree with Sebastiaan. There may be iframe tag missing in your tinyMceConfig.config file within config folder. Try placing iframe in <validElements> section in config file
Thanks
Pnima
Hi Max
Ulu has written the answer as how you need to add the iframe stuff in the tinyMce.config here: http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/17619-Business-starter-adding-IFrames-%28googlemaps%29?p=1
In order to get this to work you will need to set tidy to false in the umbracoSettings.config though, which is not neccesarily recommended to do.
/Jan
Thank you all it was very useful
is working on a reply...