html Images and Gifs in Summary page of installer
html Images and Gifs in Summary page of installer
- Subject: html Images and Gifs in Summary page of installer
- From: thanos kazakos <email@hidden>
- Date: Wed, 17 Oct 2018 15:17:01 -0700
Hello,
I'm trying to have the final page of the installer display an html file
(which is acceptable) having some images or gif files with the below code
<!DOCTYPE html>
<html>
<body>
<h2>HTML Image</h2>
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
<h2>HTML GIF</h2>
<img src="installer_gif.gif" alt="Trulli" width="357" height="465">
</body>
</html>
It shows up fine in the project but when running the pkg file the last page
shoes the "HTML Image" and "HTML GIF" tags but not the actual img or gif
file.
What am I missing? Is that even possible and if so how?
Thanks in advance
_______________________________________________
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