04. Inline css + Finish
If you reached this step the newsletter is almost ready to launch. The steps that still need to be done
- Upload all the images used in the newsletter on a server
- Change All relative paths to absolute paths pointing to the files now hosted on a server.
- The CSS is embeded in the <head> now but since some email clients strip the head and
body tags we should inline the css to make sure maximum compatibility. The are sites on the internet
that do this automatically; the one I use is
http://premailer.dialect.ca/
- Test it.
|