I'm sending an HTML email to Lotus Notes and I'd like to hide some text
from casual observation. There is nothing sinister in this; the text to
be hidden is simply a 12-digit number that I use to indicate to the
recipient (me!) that the mail can be archived without reading (It is a
"Job ran successfully" note). It makes writing message filters simpler.
So the challenge is to find something that Lotus Notes will "see", but I
won't. How browsers respond is not relevant here.
At the moment I'm using <SPAN STYLE="color:#f ff">. The white text
disappears on the white background. This works, but under some
circumstances the background is not white, so not ideal.
I played with opacity, but Notes doesn't support this, so the text
doesn't remain hidden.
I tried using visibility:hidd en but Notes doesn't see the hidden text
either, so I can't use this.
I'm running out of tricks to hide text. Any suggestions?
This is a trivial an unimportant matter, but one of my mottoes is "There
is always a way", so I'm persisting with my attempts to find a better
solution.
--
Steve Swift
from casual observation. There is nothing sinister in this; the text to
be hidden is simply a 12-digit number that I use to indicate to the
recipient (me!) that the mail can be archived without reading (It is a
"Job ran successfully" note). It makes writing message filters simpler.
So the challenge is to find something that Lotus Notes will "see", but I
won't. How browsers respond is not relevant here.
At the moment I'm using <SPAN STYLE="color:#f ff">. The white text
disappears on the white background. This works, but under some
circumstances the background is not white, so not ideal.
I played with opacity, but Notes doesn't support this, so the text
doesn't remain hidden.
I tried using visibility:hidd en but Notes doesn't see the hidden text
either, so I can't use this.
I'm running out of tricks to hide text. Any suggestions?
This is a trivial an unimportant matter, but one of my mottoes is "There
is always a way", so I'm persisting with my attempts to find a better
solution.
--
Steve Swift
Comment