Hi All
I am having a little trouble with the <else> syntax on something I am trying to do. Can someone please clarify the correct syntax for me please.
I want to put the alt text for an image if condition #1 and something else if not condition #1 and have tried
<if condition="condition #1'">
alt="this text"
</else>
alt="this alternative text"
</if>
but that doesn't seem to work...!!
Can someone please correct my <else> syntax. Many thanks..
I am having a little trouble with the <else> syntax on something I am trying to do. Can someone please clarify the correct syntax for me please.
I want to put the alt text for an image if condition #1 and something else if not condition #1 and have tried
<if condition="condition #1'">
alt="this text"
</else>
alt="this alternative text"
</if>
but that doesn't seem to work...!!
Can someone please correct my <else> syntax. Many thanks..
Comment