98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver course - HTML email sending
dreamweaver course - HTML email sending
Resolved · Low Priority · Version Standard
Nicola has attended:
Dreamweaver 8 Introduction course
HTML email sending
Are there ways of putting in moving images into an HTML email document?
RE: HTML email sending
Hi Nicola,
Whether it's a web page or e-mail, it's still HTML, and the methods are usually the same.
To have moving images in your HTML, you can use layers and timelines (javascript) which may cause problems or not work in e-mails.
Better off to use animated GIF files, an SWF flash file or movie file.
See this recent post regarding uploading or attaching your animated files.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Xhtml vs htmlWhen using dreamwear template or just creating a blank webpage, you are able to select the markup language you want to use. The main choices are either xhtml or html. It is now best to select xhtml as this will translate all the html into xml, so it is transmitted across the web in xml format. One of the main advantages of this is that it makes the site that you build much more compatible with the range of different web browsers that exist. |