I use FCK editor on my 2.2 sites and it works well.
However, I have come across a bit of a problem as follows:
Im trying to add some Paypal HTML code to a product page (Paypal Gift voucher button code).
As usual when adding code I click the "source" tab on FCK Editor and paste in the code.
When I click Preview the Paypal Button is there and looks as it should.
But for some reason I cannot click on the update button to save the change. If I remove the code I can update as per usual.
The code im trying to insert looks like this:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="somerandomletters"> <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_giftCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online."> <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form>
I have tried opening Html tag to no effect
any Ideas?
Thanks









