> If you find it difficult getting to the Paypal page (as some have done) from
> willhadcroft.com, then re-enter the site via http://hadcroft.blogspot.com.
> You should then be able to access the Paypal facility and buy the book.
This problem happens because Paypal refuse to allow their links to
work inside pages with frames (which is what your domain redirection
service is doing). It's a fraud protectioin thing.
Will's suggestions of going directly to hadcroft.blogspot.com will
solve the problem.
Will, you can make it work by modifying the HTML code on the paypal
link to <a href="blah-blah-etc" target="_blank">
The target part will make it work by opening the Paypal link in a new window.
Darryl