I'm trialing Actinic Designer 8.5.0.
The product section pages normally show the value of the 'SectionName' tag. I want to make a set of section images, and I'll put them in a folder named 'headers' - the filenames will be the same as the SectionName but with a .png suffix.
How can I change the code so that it displays 'headers/SectionImageFileName.png' if the file exists, but reverts to display 'SectionName' if no image file exists?
Many thanks...
The product section pages normally show the value of the 'SectionName' tag. I want to make a set of section images, and I'll put them in a folder named 'headers' - the filenames will be the same as the SectionName but with a .png suffix.
How can I change the code so that it displays 'headers/SectionImageFileName.png' if the file exists, but reverts to display 'SectionName' if no image file exists?
Many thanks...
Comment