Forum Moderators: open
I'm trying to validate a page with PayPal buttons. the message in W3.org says for 4.1 Transitional says it needs
Line 492, column 108: document type does not allow element "FORM" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME" start-tag
Here is the actual line (little arrow was pointing at "post" :
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
Can someone help me fix this please?
lorel