MAC OS X 10.9 installer does not show embedded image in welcome or conclusion html
MAC OS X 10.9 installer does not show embedded image in welcome or conclusion html
- Subject: MAC OS X 10.9 installer does not show embedded image in welcome or conclusion html
- From: Dinesh Malav <email@hidden>
- Date: Tue, 15 Oct 2013 11:47:39 -0400
We have been using HTML files with embedded images to show text for Welcome and Conclusion panels on installers. But it does not show the embedded image with same installer on OS X 10.9.
Example HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Lucida Grande'; min-height: 16.0px}
</style>
</head>
<body>
<p class="p1"> <img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="
alt=""> </p>
<p class="p1"> Welcome to installer </p>
</body>
</html>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden