Here are so many different ways of doing this that I'm rather
surprised that you are having trouble finding a service to help you.
I'm going to go with a very simple scenario, and if you have questions
or preferences then you can use the clarification button to ask them.
First off, let's go with a free web-space area, Blogger. Blogger hosts
blogs, and a blog is a web log, which are very easy to use and add
content to, so you can make posts in this blog and customize some of
the areas with very little knowledge in HTML or web hosting.
http://www.blogger.com There are many free web-space areas on the Internet, Blogger is not
the only one, but this is where I'm going to start you out. Go to
blogger, and open an account. Very simple and free.
The Payment area you are looking for has Paypal in the request list,
and the only way to accept Paypal is by having a Paypal account. This
is not difficult either, and in fact makes the job much easier, since
with a PayPal account you can accept Visa, Master Card and other
payment options.
Paypal can be connected to a bank account, so that when someone makes
a donation, the transfer to the bank account is very simple. You can
also get a mock ATM Master Card for the Paypal account as well. All of
that comes with setting up the account at paypal.
http://www.paypal.com Paypal also has the code on their website, which you can see once you
get an account there, for making little donation buttons for your
website.
Once you have the Paypal account and the Blogger account, go to the
Merchant Tools area on Paypal, and in the Key Features box on that
page you will see listed "Donation Buttons" .. click there and you
will be walked through the creation of a Donation Button.
Once that is complete you are going to have some Form code that looks
something like this:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif"
border="0" name="submit" alt="Make payments with PayPal - it's fast,
free and secure!">
<img alt="" border="0"
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
height="1">
g==-----END PKCS7-----
">
</form>
All very cryptic looking, but never mind that... you don't really need
to understand it, just block and copy the code out into a text file
(use notepad, not Word .. Notepad is under Start->All
Programs->Accessories->Notepad)
Now, back to our Blogger... Sign in and go under the Template Tab.
That first screen there where the code is... scroll down until you
find a line that says ... :
<!-- Begin #sidebar -->
<div id="sidebar">
... Find that, then copy the form code you got from Paypal to the next
line under those two lines. Click on the Save Template Changes.
And you are done, you now have a web-space that anyone can find which
allows donations to be made to a bank account.
To see an example of what this will look like, you can view this blogger area
http://researcherdregs.blogspot.com/ thanks,
Alen