My knowledge of php is limited and my html knowledge is enough to be dangerous, so please be kind.
I can build an html file with an iframe with src=
When I view it in a web browser, all is good.
I then import it into the eMarketing program, or, for arguement sake, copy the file and paste it into my new message in outlook (not express). There it is, I see it, it all looks good. Hit send. Receive it. The php part is blank.
So it doesn't work with eMarketing or Outlook.
Guidelines for the eMarketing program are as follows:
Q. What are some guidelines to creating a custom HTML campaign?
A. When applying your own HTML design to a campaign, consider the following;
1) Images or hyperlinks included in the custom HTML must be fully referenced to a URL, not a relative path or folder. For example, a reference to "myimage.gif" is not supported; rather, the reference should be presented as "
2) The HTML must not contain any dynamic content based on a scripting language (JavaScript, jsp, asp, php, cgi, etc.).
3) Some e-mail clients will not recognize the < body > tag in HTML-formatted e-mails, which may affect the background color setting and other information described in the < body > tag of an HTML document. One method to avoid this is to place a table completely around your HTML and set a background color on the table cell.
4) The Custom HTML text editor does not support the use of color in the < body > tag. If you would like to add color to your text, place your text in a < table > tag.
sssooooooo, I am looking for a work around.