Logic HELP!!
Need Answer
Would someone be kind enough to help me with some logic.
If *customfield-289757* is empty, I don't want the image to show. I've tried different variations below with no luck. I appreciate any help and/or advise!
<td style="border-bottom: 1px solid rgb(0, 0, 0); font-family: Arial; font-size: 10pt; text-align: left; width: 48.303%;" valign="bottom">
~~empty(*customfield-289757*)~ ~
<img src=""> ~~
</td>
I could be wrong on this but I think that you're overriding the hierarchy when you have display:block inside the style of the img. So you could try removing that or adding your code in the style at the very end of the string. But it would have to be more like ~~empty(variable)~display:none~~~;
Additionally, the img link is a 404. So it may be that there's just no image to show.
I could be wrong on this but I think that you're overriding the hierarchy when you have display:block inside the style of the img. So you could try removing that or adding your code in the style at the very end of the string. But it would have to be more like ~~empty(variable)~display:none~~~;
Additionally, the img link is a 404. So it may be that there's just no image to show.
Replies have been locked on this page!