Announcement

Collapse
No announcement yet.

Mutiple images in a fragment-a simple way.

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

    Mutiple images in a fragment-a simple way.

    I don't know if this has been posted before but there's a simple way to put more than one image into a fragment.

    Just put the HTML in the text box like so:
    !!<<img src="/image-url.jpg" title="text about this picture."/>>!!
    You can do this a number of times in one fragment.

    Hope this might be of interest.
    Steve Griggs.

    "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



    www.kitchenwareonline.com
    www.microwave-repair.co.uk

    #2
    Best keep such images in your Site folder and leave out that leading "/" as this will force your pages to look for the image in your server root. Actinic won't upload into there. Otherwise it will appear to work on Preview but will fail on the live site. Alt tags are useful too as that's the bit that screen readers use.
    Code:
    !!<<img src="image-filename.jpg" alt="text about this picture." title="text about this picture."/>>!!
    You can read more about this and see a list of fields you can do this to in the built-in Help - under "HTML in Actinic Fields".
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Correction

      Thanks for pointing out the "/" error Norman !! -don't know how that got in there must have been a slip of the finger. As for "alt" tags they always go in without question if I think they are needed.
      Steve Griggs.

      "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



      www.kitchenwareonline.com
      www.microwave-repair.co.uk

      Comment


        #4
        i did make a wish that the fragment was changed to allow more images but i cant seem to find it now

        Comment


          #5
          It would be a good addition.
          Steve Griggs.

          "People in business often miss opportunities, mainly because they usually arrive dressed in overalls and looking like work."



          www.kitchenwareonline.com
          www.microwave-repair.co.uk

          Comment

          Working...
          X