Archive for October 14th, 2009

postheadericon Absolute vs. Relative Links

When composing your HTML email, you want to make sure that all your embedded images and documents have "absolute" links. Using relative links in an HTML email scenario will break how those file will render in your recipient's inbox. Here is why. Relative linking is more common in website design scenarios where it allows you to use less code to traverse your website directory or file structure, and will let you change domains without having to redefine paths for the different content components. You simply... Continue reading