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.
Announcement
Collapse
No announcement yet.
2nd Picture
Collapse
X
-
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
-
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
Comment
Comment