I'm in fragment hell. Is there any way to have text appear below the image in a fragment? I want to use them as section links to avoid duplicate contents.
Many thanks
Karen
Many thanks
Karen
<img src="<actinic:variable name="FragmentImageFileName" />" title="<actinic:variable name="FragmentTitle" encoding="strip" />" alt="<actinic:variable name="FragmentTitle" encoding="strip" />" border="0" width="<actinic:variable name="FragmentImageWidth" />" height="<actinic:variable name="FragmentImageHeight" />" /> <actinic:variable formatting="h1" name="FragmentTitle" /> <actinic:variable name="FragmentVideo" /> <a name="<actinic:variable name="FragmentAnchor" />"></a> <actinic:variable formatting="div,style|fragment-text" name="FragmentText" />
Comment