Page 1 of 1

How to remove image from a page.

Posted: Wed Feb 09, 2022 6:48 am
by Scilirat
I want to completely remove the background image from a page.

I know that if I want a black screen I could just use a black image, but that's not what I want. Is there some line of code I could put into the eval action to completely remove the background image?

Thanks.

Re: How to remove image from a page.

Posted: Wed Feb 09, 2022 7:59 am
by Thamrill
Scilirat wrote: Wed Feb 09, 2022 6:48 am I want to completely remove the background image from a page.

I know that if I want a black screen I could just use a black image, but that's not what I want. Is there some line of code I could put into the eval action to completely remove the background image?

Thanks.
I don't think there is anything like that. You can leave the Imge field empty, and it will return an error image, which is transparent save for a white frame and the error icon on top-left.
Otherwise, I have no solution; I've been figuring it out the same myself.

~Thamrill

Re: How to remove image from a page.

Posted: Wed Feb 09, 2022 8:08 pm
by Scilirat
Thamrill wrote: Wed Feb 09, 2022 7:59 am I don't think there is anything like that.
That's unfortunate to hear.

Thanks for the reply.