Actually, I been looking for a nice HTML editor - might consider using ckedit.
From our web based software, we have a email template system.
So, this allows us to create a e-mail template, and even ms-access (with outlook) can (and does) also use these templates.
Since it's a email system, then we allow small images "in-line" and thus we often paste into the editor a image - and it becomes a base64 string.
So, it looks like this:
To be fair, the sample posted HTML editor here?
I find that ctrl-v in that editor DOES paste in the image as base64 strings.
Hence this:
Needless to say, having a HTML editor to "create" content such as web greetings, or in this case a email template is a REALLY nice approach, since then you can with ease create + format a email - with fonts, pictures, signatures etc.
The above template also allows one to define/use a table or query, and you can pass the routine a PK id for the database row, and thus any data column field can be included in such templates.
As noted, while the above first screen cap is a 100% web based HTML editor, those same templates (saved into a database) are also used by our MS-Access applications.
I can only state that using "markup" to create content for emails etc. has an amazing amount of use cases.....
Now, if I can just find a really great HTML edtior, one without monthly license fees, then I can dump the older editor I'm currently using the ajaxtoolkit HTML editor right now, and it's quite old, but gets the job done).
Newer editors have picture re-sizing options, and quite a bit more support for CSS. However, we avoid CSS right now, since outlook desktop not been much tested to see how/what it supports and does with CSS...
R
Albert