Anir24
It is important you know a little bit about stylesheets...
Do the following:
1. In your stylesheet (I did mine at the end) paste/create this:
#credit {
background-color: #ffffff;
background-image: url(credit.gif);
background-repeat: no-repeat;
padding: 2.1em;
margin: .1em;
Background-color should match your site's background color.
Background-image url is a graphic of the credit card group (credit.gif ). To keep it simple, I put the image in the CSS folder.
Background-repeat: no-repeat; says do not make it a background image for the entire page.
Padding and Margin are to your own taste...
2. On the page that I want it to *appear place this:
[FONT=Verdana]<!--- TEXT_ACCEPTED_CREDIT_CARDS--->
<br class="clearBoth" />
<div id="credit"></div>[/FONT]
IMPORTANT!
I do not use sideboxes - so this appears on the *Payment Details page... I could never make the built-in graphics appear there, so I did what Laura did... as you see above.
jund




