I wanted to know if there is a way to include one HTML file in another for emailing.
I tried using javascript (document.write), but that was disabled when i sent out the email.
I tried using IFrames, but was disabled in email.
I tried using XML island which also didnt work in the email.
Is there any way to do this?

Thanks in advance.