>
> That being said, you can either use CFX_Image to generate the text
> graphic on the fly or have a library of images for letters and write
> (or find in the tag gallery) a way to translate. A fast loop would
> do it.
No need to loop, just do a regex replace:
REReplaceNoCase(email,".","<img src="" alt=""\1"">","All")
Of course you need to have the images xax.gif, xbx.gif, ..., x.x.gif
and [EMAIL PROTECTED] somewhere. The extra x'es are required because some
filesystems break when you start a filename with a . or a @, and you
need to force a lowercase on case-sensitive filesystems.
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

