Page 1 of 1

Paypal button elements

Posted: Tue Nov 15, 2022 4:31 pm
by JustJan
I'm using WB17 and Paypal buttons using html.
The buttons are working correctly, but the information on the page is not complete. My example is at https://www.furtakersofamerica.com/join.html
As an example, the Regular membership, should say 'Select Membership', 'Select Status', and 'Name of Member'. I can see this information in the html code, but for some reason it's not showing up on the webpage.
I've checked everything I know to examine, but I can't figure out why this information isn't appearing.

With the html, I selected: do not use <div>, which helped with my alignment issues.

Thanks for any help you can provide.
Jan -

Re: Paypal button elements

Posted: Tue Nov 15, 2022 4:39 pm
by Pablo
The reason why you do not see the text is because the font-size is not defined.
You will need to set a valid font size in your HTML code, otherwise it will be zero.

Re: Paypal button elements

Posted: Tue Nov 15, 2022 5:20 pm
by JustJan
Once again, you came to the rescue. Thank you so very much.
I had looked at earlier versions of the html paypal buttons I've used and I guessed it automatically came up with some default text. I put in the font info on the Join page and it worked perfectly.

Thank you again!!!