Announcement

Collapse
No announcement yet.

2nd Picture

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

    2nd Picture

    I was wondering has anyone created an extended info popup with more than one picture in it? If so how? Everything i have tried ands up with ony one picture, I've only had the software for a few days so am very new to this. Any advice would be very helpful.

    #2
    create your 2 or more images as one big one.

    Comment


      #3
      I've no details to hand but here's the broad outline of how to do this.

      1) Create a new Variable "SecondImage" of type Filename to contain this image. Allow Empty values.

      2) Create a Condition based on this variable not being empty.

      3) Create a new Layout for displaying this image.

      4) Into this layout enter the Condition created above.

      5) Inside the Condition add code:

      <img src="<actinic:variable name="SecondImage"/>">

      Now include this Layout wherever you want the second image to appear.

      Assistance on all the steps above will be in the Actinic
      Help.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks for getting back so quickly i never even thought of putting the images together, it shows that sometimes the brain shuts off.

        Comment


          #5
          LOL we are all guilty of that at times, the simplest solutions are often the best.

          HTH

          Comment


            #6
            Ive found the easiest and quickest way for me is to create a html file with all the pics and info i need.

            I then copy the code and wrap it around the embedded actinic tags !!< html goes here >!!

            This gets inserted into the extended info information pane.

            look at http://www.masterforge.co.uk

            The products on here demonstrate whats possible in the extended info page
            Leigh Robinson

            Hand forged, hand folded custom swords
            http://www.masterforge.co.uk

            Comment

            Working...
            X