Say I wanted to do
How can I make it work? And not just for alt text, for anything included within HTML tags. Does it need javascript?
<<set $example = either("cat", "cow", "dog") >> <img src = "picture of house" alt="You see a house, with a $example calling in the background">
How can I make it work? And not just for alt text, for anything included within HTML tags. Does it need javascript?