You can insert images in your emails and landing pages.
The following types of images are available, depending on your configuration:
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. These files will not be imported onto the Adobe Campaign server.
Add a structure component. For more on this, see Editing the email structure.
Inside this structure component, add an Image content component.
Click Browse. Drag and drop an image or click to select a file from your computer.
Select the content component that you just added.
Check the image properties and adjust them if needed.
When you select a block that contains an image, the following properties are offered in the palette:
The editor allows you to work with all image types whose formats are compatible with browsers. To be compatible with the editor, the “Flash” type animations have to be inserted in an HTML page as follows:
<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>