Announcement

Collapse
No announcement yet.

Add item Number on image then to selected text

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

    Add item Number on image then to selected text

    Hi,

    Can anyone tell me how i can add and number to an image that when clicked will go to that number on the same page.

    An example of this can be found on this link http://www.mossmotors.com/Shop/ViewP...ndexID=29057#1 if you want item 1 you click it then it takes you to that part.

    Thank you

    John
    www.rollsroycecarparts.co.uk
    www.rollsroycecarparts.co.uk
    Genuine & Alternative parts for Rolls Royce and Bentley Cars

    #2
    You will need to create an "image map" of the engine with hotspots over the numbers linking to the product. This can be done in web apps such as Dreamweaver, Frontpage etc. .. or the hardcore method using notepad http://www.w3.org/TR/html4/struct/objects.html#h-13.6

    You will need to link the hotspot through to the product - this will be a named anchor on that page - you can either semi-automate this using the product reference anchor or create one manually for each product in the list


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      As Jont says, you can make your own image map. Googling for "image map tutorial" will help you there.

      In Actinic, each product on the page already has a named anchor for you to link to. Look at the source of your page and you'll see these anchors.

      If your product references are purely alphanumeric and aren't duplicates then then you can simply use

      href="#a<product ref>"

      If you have symbols (e.g. $ - /) in your product references then it's better to look in the generated source as these are replaced with entities like _35.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X