Announcement

Collapse
No announcement yet.

Contact us button

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

    Contact us button

    www.4waysolutions.com

    We have 2 contact us buttons, the first on the home page. This one works fine, and displays what we want it to say, However once you go to shop, the contact us tries to open a email to send to us. How can I make that do the same as the other. i.e I dont want it to open up a mail??

    #2
    In 'Design | Options | Navigation', remove all entries for the 'Send Mail Icon'.

    Then in your overall layout template (normally called Act_Primary) locate NETQUOTEVAR:FOOTERGUIDE.

    Just underneath it, enter the following code:
    Code:
    <tr>
       <td>
          <img src="blkline.jpg" width="169" height="1">
       </td>
    </tr>
    <tr>
       <td>
          <a href="http://www.4waysolutions.com/acatalog/Contact_Us.html" target="_self" onMouseOver="SwapImage('nav_mail','sendmail_over.gif')" onMouseOut="RestoreImage()">
          <IMG SRC="sendmail_up.gif" ALT="Send Mail" BORDER=0 HEIGHT=26 WIDTH=169 name=nav_mail>
          </a>
       </td>
    </tr>
    That should do it.

    Comment


      #3
      Contact US

      Thanks for this, I have done this, but it now has 2 contact us buttons????

      Comment


        #4
        go to Design|options|naigation and remove the image names and description for the contact us . This will remove the actinic built in mailto

        Comment


          #5
          Thanks,

          but I did that, and now look what happens.

          Comment


            #6
            use the additional files option (Advanced menu) to upload the 2 nav images

            Comment


              #7
              THANKS

              Comment

              Working...
              X