您可以在电子邮件和登陆页面中插入图像。
根据您的配置,可以使用以下类型的图像:
If you choose to add an image directly by editing the HTML version of the email, you must not call up external files in a <script> tag of the HTML page. 这些文件将不会导入到Adobe Campaign服务器中。
添加结构组件。 有关更多信息,请参阅编辑电子邮件结构。
在此结构组件中,添加 Image 内容组件。
单击 Browse。拖放图像或单击从计算机中选择文件。
选择之前添加的内容组件。
检查图像属性,并根据需要进行调整。
选择包含图像的块时,面板中提供了以下属性:
编辑器允许您使用 所有图像类型 其格式与浏览器兼容。 要与编辑器兼容,请 “Flash”类型动画 必须按如下方式插入HTML页面:
<object type="application/x-shockwave-flash" data="http://www.mydomain.com/flash/your_animation.swf" width="200" height="400">
<param name="movie" value="http://www.mydomain.com/flash/your_animation.swf" />
<param name="quality" value="high" />
<param name="play" value="true"/>
<param name="loop" value="true"/>
</object>