I'm looking to generate a single HTML file from the content of multiple HTML and text documents (emails).
I'd like some recommendations about the best way to handle this.
For instance, at the most naive level you could extract everything within the tags of the HTML and put it inside a <div>. Plain text would go inside a <pre>. Of course this will mean that anything important in the html <head> section, such as embedded CSS, is lost...
(Dev Environment: Delphi 2007)
TIA