i want to stop this silly inheritance of section images, here's my structure
Online Catalog
section
subsection
subsection
section
subsection and so on.
I want an image at section, but I do not want the images to cascade down to subsection. At subsection i want no image.
so i create a new variable call it TLSectionImage (toplevel) I put my top level image name in here, and leave actinicsection image blank.
so what's my block statement?
SectionLevel == ? show TLSectionImage
SectionLevel == ? show default actinic section image
Online Catalog
section
subsection
subsection
section
subsection and so on.
I want an image at section, but I do not want the images to cascade down to subsection. At subsection i want no image.
so i create a new variable call it TLSectionImage (toplevel) I put my top level image name in here, and leave actinicsection image blank.
so what's my block statement?
SectionLevel == ? show TLSectionImage
SectionLevel == ? show default actinic section image
Comment