Webs.com

detroitmarion
Contributor
Contributor

I use webs.com. I am trying to add html code to a button. When I paste, then do a preview, all I get is about:blank.

Login to Me Too
2 REPLIES 2

sharpiemarker
Esteemed Advisor
Esteemed Advisor

@detroitmarion wrote:

I use webs.com. I am trying to add html code to a button. When I paste, then do a preview, all I get is about:blank.


What kind of code are you adding to the button, as it might break the button code and render it useless.


Kudos & Solved are greatly appreciated. 🙂
Login to Me Too

detroitmarion
Contributor
Contributor

That would make sense, but I believe I used this before. 

 

I'm trying to add the following code: 

 

<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="7PLNGAY7ZGFPQ">
<table>
<tr><td><input type="hidden" name="on0" value="Quantity">Quantity</td></tr><tr><td><select name="os0">
<option value="One Attendee">One Attendee $40.00 USD</option>
<option value="Two Attendees">Two Attendees $80.00 USD</option>
<option value="Three Attendees">Three Attendees $120.00 USD</option>
<option value="Four Attendees">Four Attendees $160.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_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_US/i/scr/pixel.gif" width="1" height="1">
</form>

 

Do you think that could be the reason? For my last button, I was able to paste a paypal button to the page, but this time I'm encountering a problem. Do you have any suggestions? Thank you for your assistance.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.