Forum Moderators: phranque
1. Build the page in FrontPage.
2. Browse to the page in IE and do a Save As and select Web Page Complete from the dropdown menu (it is the default selection). Be sure to name the file appropriately before saving so all links (for supporting files) are kept intact. If you change the file names afterwards, things will break (although easily fixed).
You'll end up with one .htm file and one folder with supporting images.
3. Highlight the file and the folder, right click, send to zip and off you go.
Then, I take the HTML version viewable at the browser and copy, insert into a text file, clean a few things up and off it goes.
I've been involved with email campaigns these past few weeks working with new providers and they are appreciating the error free files. We send them the zip and then we send links to all the primary files; the html version, the text version and the zip file.
Be sure to embed all CSS in the <head>. Hard code all links, don't leave this to chance or a base URI. I've found that you can use all the styling you want as long as you embed the supporting CSS. Same goes for JS but be careful due to security settings.