Repurpose your Images for Mobile Email |
|
10.19.2011 Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing! |
Absolute vs. Relative ReferencesIt is important to note: Our Email Test only supports absolute references to links and images embedded within your email. So what's the difference between the two? Hopefully this article will shed some light on the subject... Using Absolute References (supported)
An Absolute Reference provides the complete http address, the directory path, and the file name. For instance, if you had a file named "logo.gif" in a directory called "images" under the URL "http://www.emailonacid.com" you would link to it as follows: http://www.emailonacid.com/images/logo.gif In html context, this might appear as: <IMG ALIGN=bottom src="http://www.emailonacid.com/images/logo.gif"> Absolute references must also be used inside embedded or inline CSS. Using Relative References (unsupported)
A Relative Reference provides a partial http address in the form of a fragment of a full directory path. Keep in mind that by default, if no server name or path is specified in html, the file reference defaults to the current directory. If you are publishing files on the web, the default would be any file within your www directory. To use the example above, you would specify the link as /images/logo.gif In html context, this might appear as: <IMG ALIGN=bottom src="/images/logo.gif">
|
|
If you haven't signed up yet, give our FREE online Email Test a try. Just drop in your code and we will instantly simulate your email in the most popular email clients!
Get connected with Email on Acid for up-to-date news and information on the subject of email design, development, and testing!