Depending on which plugin you are using for your CC processor, you should be able to add HTML image embed to the payment title and/or description to achieve the effect your going for.
I have limited knowledge on HTML, I can edit in Dreamweaver. How do I go about doing it? Where do I find the plug in and what do I need to do to edit it? Your help is greatly appreciated.
Who do you use for your credit card processing (ie. Authorize.NET?) For example, if you use Authorize.NET you would: aMember Admin CP -> Setup Up / Configuration -> Authorize.Net AIM (top of page) and add the following code to the end of your Payment System Description: Code: <img src="https://transact.authorize.net/gateway/content/MC.gif"> This example would add a MasterCard logo to the signup page to the right of the description. Now obviously you want to choose your own graphics and ideally host them on your own site, but this should give you an idea of how to proceed.