Logic HELP!!
Answered
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>
Access denied
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.
Thanks Chad but that didn't help. The image is good on my end? I'll keep playing.
Thanks Chad but that didn't help. The image is good on my end? I'll keep playing.
I'm trying to remember, I think is was Paid or something on your invoices?? I'm think its the same concept. What was the format for that?
I'm trying to remember, I think is was Paid or something on your invoices?? I'm think its the same concept. What was the format for that?
Replies have been locked on this page!