Announcement

Collapse
No announcement yet.

Images - Link to another part of store.

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

    Images - Link to another part of store.

    Hi,

    Hoping someone can help. I have an image located on the left hand column, but want to link it to another part of the store, if the customer simply clicks on it.

    Is there a way of inserting into the html a code???/phrase to do so.

    The html code is

    <p>
    <img
    src="Pictures\swerally.jpg"
    width=121
    height=180
    alt="<actinic:variable name="StoreName" />"
    class="logoimage">
    </div>

    the page i want to link to is -
    http://www.motorsportbutik.com/acata...WRC_Varor.html

    And i have attached an image.

    Thanks in advance

    Graeme
    Attached Files

    #2
    HTML Code:
    <a href="http://www.motorsportbutik.com/acatalog/Svenska_WRC_Varor.html"><img src="Pictures\swerally.jpg" width="121" height="180" alt="<actinic:variable name="StoreName" />" title="<actinic:variable name="StoreName" />" class="logoimage" border="0"/></a>

    Comment


      #3
      Hi lee, thanks for that but it I have inputted that code instead of the other code, but it still doesnt seem to work. Any more help would be greatly appreciated. Gray

      Comment


        #4
        I reckon you've done something wrong not me, perhaps you should provide a URL for us to check it live. It's not the best that you seem to have a tag closing outside of another, i'm expecting to see a right hash of code to be honest, but will need to confirm by looking at it. The error could of course be mine, but i doubt it, my money is on you. The code provided is all you need, nothing more.

        Comment


          #5
          My bad... Absolute legend...

          Works fine, my error. new to this whole thing, so sorry.

          But, thank you.

          gray

          Comment

          Working...
          X