This shouldn't be difficult, if you add a div to the promotional entry the text will overlay the image and can be styled to taste. Problem is if you use a new variable (ItemText1) it doesn't display in the Standard Promotional List Entry. If you use the Fragment title it does display:
I was going to blockif a sequence of itemtext variables with listcount -- but I cannot get the variable to display. Can anyone please offer some advice?
Thank you
Code:
<div class="Slider"><a href="<actinic:variable name="ItemLink" selectable="false" />"><img src="<actinic:variable name="ItemImage" selectable="false" />"/><div class="bannerDetail"><actinic:variable encoding="actinic" name="ItemText1" /></div></a></div>
Thank you
Comment