I am having a similar problem with PayPal Buttons. But instead of showing HTML comments, additional page brakes are added. When looking at the final HTML code I see that additional code has been generated. See for example the additional <br /> and </p> tags that have been added to the HTML:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
. . . . < Lots of code removed >
<input type="hidden" name="p1" value="0" />–><br />
<!--<br />
<input type="hidden" name="t1" value="D" />–></p>
<!-- Displays The PayPal® Image Button --></p>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" style="width:auto; height:auto; border:0;" alt="PayPal®" />
</form>
This results in that a lot of empty space is created, destroying the layout. I tried the solution with adding the trueedit plugin. It solved the problem with the Paypal button but instead I suddenly got a lot of " [raw]" codes appearing everywhere on the website.
Any suggestions appreciated.
RegardsStatistics: Posted by Abbe666 — July 24th, 2011, 1:49 pm
]]>