Announcement

Collapse
No announcement yet.

World pay logos and cards accepted

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    World pay logos and cards accepted

    I can't find any explanation of how to add a world pay logo and the card types take images, is there a thread somewhere?

    I am running version 10.03 at www.proadventure.co.uk/activity_booking

    Thanks

    #2
    You won't find an explanation for this as such, because it will involve you adding the html yourself, the fact that it is an image of cards is immaterial to html, it will still be the same code whatever the image might be of.

    You will need to get hold of or create an image that will fit in your sidebar or wherever you want it to go, place it in your site folder and then use html such as:

    Code:
    <img src="imagename.jpg" width="170" height="170" alt="Secure Payments" title="Secure Payments" border="0">
    If you want it to link to page such as your secure payments page, then you'd do:

    Code:
    <a href="Secure_Payments.html"><img src="imagename.jpg" width="170" height="170" alt="Secure Payments" title="Secure Payments" border="0"></a>
    Obviously you will need to change sizes, names etc. to suit your requirement, but that is the code in full that you will require.

    Comment

    Working...
    X