I created you a graphic as listed in method 2.
CC-logos2.gif
jund
I created you a graphic as listed in method 2.
CC-logos2.gif
jund
Method 2 - what an obvious solution! DUH!!! Now I really feel like an idiot! Thank you so much for not only pointing the way, but even taking the time to revise the image for me. That was very nice of you and it is greatly appreciated!
Laura
Sounds like you are having fun again - me too! Enough of this self criticism.
And, you are welcome,
jund
Last edited by jund; 19 Jun 2007 at 04:17 PM. Reason: forgot something
Adding to your stylesheet:
#creditcardsidebox img { text-align: center;}
should center the image in the box without any other work.
Using the gif sized for the box will also work fine as long as the box stays the same.
gjh42,
Great support! You are absolutely right - especially regarding size changes... why didn't I think of that.
Another reason your suggestion is superior is because you are using the style sheet to manage the page, rather than relying upon the memory of the webmaster.
Thanks,
jund
Hello everyone
I am trying to do exact same thing as Laura did, but I do not really know where to start or what to do.
I want to add a sidebox of verified paypal and anotehr sidebox of we accept, exact same thing that Laura did in her website.
Can any one please help on how to do it?
Any help would be appreciated
Thank you guys
Regards
Anir
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
Hello everyone
I really thank you very much for your helpful answers, and sorry for my late writing.
I did download the sideboxe of pay pal logo in the downloads section and it worked well, I am having another question :).
I would like maybe to have a sideboxe for eBay linked to my ebay store, I don't know if I can even do that or no.
Thank you very much for your help.
Kinds
Anir