I'm working with the demo site to learn how to use Views, and I'm unable to get the following code to work. I'm trying to assign a link to the image and have it go to an external site:
<a href="[types field="stickersurl" raw="true"][/types]">[types field="sticker-image" size="full" align="left" raw="true"][/types]</a>
When I create that edit and go to update the template, it reverts to:
<a>[types field="sticker-image" size="full" align="left" raw="true"][/types]</a>
Am I doing something wrong?