Hi,
I have never seemed to have problems with block ifs until now,
Here is a piece of my code -
Basically, I am trying to hide the image if the LightweightIcon Variable is blank.
So I tried LightweightIcon == ""
that didnt work,
I tried LightweightIcon != ""
that didn't work either.
The LigthweightIcon variable for the product is also Blank at the moment too, so I cannot get my head round why it isnt working
Any ideas?
I have never seemed to have problems with block ifs until now,
Here is a piece of my code -
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22LightweightIcon%22%20%2f%3e%20%21%3d%20%22%20%22" > <img src="images/lightweight-icon.png" title="Lightweight Product" alt="Lightweight Icon"/> </actinic:block>
So I tried LightweightIcon == ""
that didnt work,
I tried LightweightIcon != ""
that didn't work either.
The LigthweightIcon variable for the product is also Blank at the moment too, so I cannot get my head round why it isnt working
Any ideas?
Comment