Page with PayPal button won't open in Dreamweaver CS4
I have html pages which include PayPal payment buttons which were created using Dreamweaver CS4, but they no longer open in Dreamweaver CS4. The program states 'not responding' and all I can do is close the program.
The pages still work correctly online.
If I remove the coding for the PayPal button using Notepad, then the page will load in Dreamweaver CS4.
Please advise. Thank you.
David.
Example of coding which stops the page from opening in Dreamweaver CS4, which is a Donate button on www.turacos.org :
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="M7LTHY6DUEPG8" />
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="Donate to the ITS via PayPal - The safer, easier way to pay online!" alt="Donate to the ITS using this PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
</form>
