Tables and PayPal
-
I need to make a page with tables that I can fill out as well as spaces to pay with PayPal (like this: http://fcrsc123.wixsite.com/fcrsc2017specialty/sponsorship).
Can you tell me how to do this?
The blog I need help with is: (visible only to logged in users)
-
Hello –
I can help you with this.
To create tables or columns you’ll edit the post or page you are working on from the text or html tab rather than the visual editor. Here’s how you do it: https://en.support.wordpress.com/advanced-html/#tables
Here are the instructions on adding a PayPal button: https://en.support.wordpress.com/paypal/
Let me know if you have any other questions about this or run in to trouble! Take care :)
-
Thanks for the help! I’ve started on my this page and have created tables and have added an extra column. Can you tell me how to add rows? Each of my tables is currently one row and I will need to add quite a few.
This is the current code for one of my tables:
<table>
<tbody>
<tr>
<td>Class</td>
<td>Amount</td>
<td>Sponsor</td>
<td>Dedication</td>
</tr>
</tbody>
</table> -
Hi there –
You can use this nifty tool to size your table (rows and columns) and then it will generate the needed html code for you.
- The topic ‘Tables and PayPal’ is closed to new replies.