Announcement

Collapse
No announcement yet.

Nochex Logo

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

    Nochex Logo

    I am new to this so please be gentle

    How do i place the following nochex logo html to my navigation bar on the front page.Please me step by step
    <br>
    <!-- Nochex LOGO START -->
    <a href="http://www.Nochex.com" target="_blank">
    <img src="http://support.Nochex.com/web/images/cardsboth1.gif" border="0" width="99" height="100" alt="I accept payment using Nochex">
    </a>
    <!-- Nochex LOGO FINISH -->
    <br>


    Thanks

    #2
    Presuming you want it down in the bottom left, you would change Act_Primary.html as follows.

    Find
    Code:
    <td>NETQUOTEVAR:NAVBHOMENETQUOTEVAR:NAVBCATALOGNETQUOTEVAR:NAVBUPNETQUOTEVAR:NAVBLOGIN 
                    </td>
                  </tr>
                  <tr> 
                    <td width="170" valign="top" bgcolor="NETQUOTEVAR:PALCOLOR1CSS"><img src="menu_bottom.gif" width="170" height="91"></td>
                  </tr>
                </table>
              </td>
    and change it to
    Code:
    <td>NETQUOTEVAR:NAVBHOMENETQUOTEVAR:NAVBCATALOGNETQUOTEVAR:NAVBUPNETQUOTEVAR:NAVBLOGIN 
                    </td>
                  </tr>
                  <tr> 
                    <td width="170" valign="top" bgcolor="NETQUOTEVAR:PALCOLOR1CSS"><img src="menu_bottom.gif" width="170" height="91"></td>
                  </tr>
    <tr><td><br>
    <!-- Nochex LOGO START -->
    <a href="http://www.Nochex.com" target="_blank">
    <img src="http://support.Nochex.com/web/images/cardsboth1.gif" border="0" width="99" height="100" alt="I accept payment using Nochex">
    </a>
    <!-- Nochex LOGO FINISH -->
    <br></td></tr>
                </table>
              </td>
    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
      thank you very much.It worked out well

      Comment


        #4
        nochex logo on homepage

        Can I have the instruction to have the same logo put on the homepage because the last instruction I got was for the rest of the pages and not the home page

        Comment


          #5
          Repeat the same exercise with Act_BrochurePrimary.html, and if you are retaining the same layout in checkout and want it showing there too, then you will probably want to change Act_PrimaryCart.html
          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

          Working...
          X