Announcement

Collapse
No announcement yet.

Adding Graphics to Left or Right side of Catalog

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

    Adding Graphics to Left or Right side of Catalog

    Hi everyone

    Please forgive my lack of knowledge here. I've searched for posts relating to this and found a few but I still do not understand and neither can I seem to get it to work.

    I want to add a graphic (a payment logo gif for example) to the left side or the right side of my Actinic Catalog.

    Do I need to edit a template? and if so which one please. Or is there an easier way to do this.

    Also could someone advise me of the html code I would need to use if I do have to edit a template?

    Thanks and again

    #2
    To help you here, we need to know which Theme you are using. Is it Smart? Best Seller? Clean Layout?

    If the site is already online, a link to the page you want to change will also help.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      That is the smart theme.

      You will need to edit the 3 main primary templates - these are usually Act_Primary.html, Act_BrochurePrimary.html and Act_PrimaryCheckout.html all found in the root of the site1 folder. You can check you are using these by clicking "edit" next to the template under design | layouts.

      Best to take a copy prior to making any changes.

      Locate where you want to place the image and enter the code as follows:

      <img src="payment_logo.gif" border="0" width="50" height="50" alt="Payment Types Accepted" />

      changing the GIF name and dimensions to suit etc. You may need to place a copy of your image in the PreviewHTML subfolder and add the image to the "additional files" inside Actinic so it knows to upload them to the remote server

      HTH
      Last edited by jont; 11-May-2006, 10:22 AM. Reason: HTML code added


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thank you very much. I will try that later.

        Comment

        Working...
        X