Hi there-
I've read the manuals and searched, but can't seem to figure out the answer to my problem. Within an html page I have an iframe referencing a MT template:
<iframe
frameborder="0"
align="middle"
scrolling="no"
width="450"
height="375"
src="http://newsletter.gene.com/propnewsfeature/announcements.html">
</iframe>
Within the announcements template I have the following references:
<MTEntries lastn="10" sort_order="descend" category="Announcement for PROP Homepage">
<p style="width: 400px; padding: 0px;">
<font size="-1">
<strong><$MTEntryDate utc="1" format="%x"$></strong> -
<$MTEntryTitle encode_xml="1" convert_breaks="0"$><br />
<$MTEntryExcerpt encode_xml="1" convert_breaks="0"$ >
<a target="_parent" href="<$MTEntryPermalink$>" >More</a> </font>
</p>
<p class="separator-centercol" style="width: 395px; padding: 0px;"> </p>
</MTEntries>
However, when I try to add an image (within the MT Entry interface) that I would like displayed within the iframe via $MTEntryExcerpt, the image does not appear. Has anyone else encountered this type of problem? Do I need to 'wrap' my image tag with something special so that the iframe can see it? I tried sanitize="0" within $MTEntryExcerpt to no avail.
Any help would be greatly appreciated.
Thanks,
Tamara