Announcement

Collapse
No announcement yet.

Image clickable in search results ...

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

    Image clickable in search results ...

    Bound to have been asked and answered before.... couldn't find it though?

    Q. How can I make the image clickable in the search results?

    HTML Code:
    <td><Actinic:XMLTEMPLATE NAME="ImageLine"><img src="NETQUOTEVAR:THUMBNAIL" netquotevar:thumbnailsize></Actinic:XMLTEMPLATE></td>
    Can I chuck in <a href> somehow?

    Thanks, Simon.
    esafetysigns.co.uk
    your instant download portal for self printable health and safety signs and posters
    ... download once use as many times as you like !


    http://www.esafetysigns.co.uk/index.html
    http://www.esafetysigns.co.uk/acatalog/index.html

    #2
    Try: <td><Actinic:S_LINK/><Actinic:XMLTEMPLATE NAME="ImageLine"><IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE></Actinic:XMLTEMPLATE></A></td>
    Peblaco

    Comment


      #3
      Hi Louise,

      It does work and links just the ticket, nice one.

      However it does put a border around the image that without being too picky doesn't look as good as without.

      Any ideas how i can get rid of the border?

      Appreciate any further help , thanks, Simon.
      esafetysigns.co.uk
      your instant download portal for self printable health and safety signs and posters
      ... download once use as many times as you like !


      http://www.esafetysigns.co.uk/index.html
      http://www.esafetysigns.co.uk/acatalog/index.html

      Comment


        #4
        Simon,

        Just add border="0" into the <img> tag, i.e:

        Code:
        <IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE BORDER="0">
        David
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Doh! What am I thinking.
          Yes of course.

          Thanks, all, works perfect, Simon.
          esafetysigns.co.uk
          your instant download portal for self printable health and safety signs and posters
          ... download once use as many times as you like !


          http://www.esafetysigns.co.uk/index.html
          http://www.esafetysigns.co.uk/acatalog/index.html

          Comment

          Working...
          X