TinyMCE Bug Hello all, I am using TinyMCE as my editor and I am havnig major problem or maybe a bug.
I have some HTML that I am trying to paste in from my older mambo site (1.09) into a new item on my new site (4.5.1a). On my old site, the code looks like this:
<P align=center>
<SCRIPT language=javascript src="http://www.photodex.com/presenter.js"></SCRIPT>
<SCRIPT>
PhotodexObject("ProShow","objectname","/shows/goodtimesroll.px",575,415);
PresenterControls("objectname",575);
</SCRIPT>
</P>
<P align=center><A href="troubleshooting.htm" target=_blank>Having problems
getting the show to play? Click here!</A> <BR><IMG alt="" hspace=0
src="http://www.getbentsportfishing.com/images/stories/tightlines2.jpg"
align=baseline border=0></P> When I paste it into my new site using TinyMCE, and click save, this is what I get:
<p align="center"> </p><p align="center"><a href="troubleshooting.htm" target="_blank">Having problems getting the show to play? Click here!</a> <br /><img alt="" hspace="0" src="../../../../images/stories/tightlines2.jpg" align="baseline" border="0" /></p>
Can someone tell me what the heck is going on? It's like totally killing half of my code which messes my content up.
Thanks,
Joey |