Announcement

Collapse
No announcement yet.

Jump to image of product, not title

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

    Jump to image of product, not title

    Would anyone happen to know if it's possible to improve this behaviour? To illustrate, if you go to my website and type - for example - "extra small scout" into the search box, you'll get four results. Click on the first result and it jumps to the section page, positioned so that the title (STM Small Scout Olive) is at the top of the screen.

    In my layout, the images are above the text so I'd like it to be positioned so the image is visible. Does this make sense? It seems to take longer to explain than I thought... Presumably there's an anchor somewhere that I need to move in the source?

    Justin
    -
    Justin Hill (Half-to-three-quarters-baked Mac expert, laptop evangelist and vintage Hammond enthusiast)
    http://www.cka-net.com

    #2
    Your product anchor as you allude is in the wrong place for what you need, it is right above the product name, you need to move it above the image. Get the layout up on the design tab and you should see <a name="blah"></a> right next to the product name, move that above the image code and you should be sorted.

    Comment


      #3
      Originally posted by leehack View Post
      Your product anchor as you allude is in the wrong place for what you need, it is right above the product name, you need to move it above the image. Get the layout up on the design tab and you should see <a name="blah"></a> right next to the product name, move that above the image code and you should be sorted.
      Gosh. Thank you for such a quick reply and thank you for telling me about

      Code:
      <a name="<Actinic:Variable Name="EncodedProductAnchor"/>"></a>
      which I have found and moved to just above the image, with exactly the outcome I was hoping for.

      Justin
      -
      Justin Hill (Half-to-three-quarters-baked Mac expert, laptop evangelist and vintage Hammond enthusiast)
      http://www.cka-net.com

      Comment

      Working...
      X