-
05.09.10 - Embed images, css and javascript in HTML
0 commentsThe format of the source path of CSS, javascript and images may not be external. Using the "data" source type we can embed the element into the HTML document. An example of it: Or CSS: The complication of this method is to get the "base64" encoded content of the object. A simply way to get it is [...]
