Are there any utilities or web browsers that can save a file and referenced resources as a single HTML file?
With most web browsers / wget there's the option to download required CSS and images as seperate files. Is there a way to automatically inline the CSS and images?
I have made a python script for this. Up to now, it covers my own needs perfectly. Hopes to be useful.