Hi
My extended information opens in the same window however i need the image (when clicked) to open into a pop up box to enlarge it. The code i am try to edit to do this is:
<img src="<Actinic:Variable Name="ExtendedInfoImage"/>"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" encoding="strip" />"
/>
Please can someone help me
My extended information opens in the same window however i need the image (when clicked) to open into a pop up box to enlarge it. The code i am try to edit to do this is:
<img src="<Actinic:Variable Name="ExtendedInfoImage"/>"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" encoding="strip" />"
/>
Please can someone help me
Comment