About

A data uri is an internet address which replaces online files by having a base64 or plain text representation of the file. These uris can be used in the src attribute of many html tags, therefore there is less need for using server files. These are not fully supported in IE, so it's always good to check the browser before outputting a data uri. Here is an example: http://tinyurl.com/datauritester

Note: there is a limit on url length in some browsers so keep that in mind.

Check out http://en.wikipedia.org/wiki/Data_URI_scheme to get more info on the data uri scheme.

history|show excerpt|excerpt history