I have a macro that inserts an Iframe into a rich text editor field.
After saving the node, Tiny MCE messes with the HTML, so the closing </iframe> tag that my macro inserts is replaced with the /> ending of the Iframe tag.
This messes up the rendering of my template, is there anything i can do to prevent this ?
Iframe problem
I have a macro that inserts an Iframe into a rich text editor field.
After saving the node, Tiny MCE messes with the HTML, so the closing </iframe> tag that my macro inserts is replaced with the /> ending of the Iframe tag.
This messes up the rendering of my template, is there anything i can do to prevent this ?
Mikael
If your macro is a xslt macro - Could this have something to do with your xsl output method ?
Is it set to <xsl:output method="html" omit-xml-declaration="yes"/> or <xsl:output method="xml" omit-xml-declaration="yes"/> ?
--
n
Its:
<xsl:output method="xml" omit-xml-declaration="yes"/>
Should it be HTML (hmm i guess so) ??
I should.
Thanks
Great! :)
is working on a reply...