Quote:
Originally Posted by tshering
The application that handles the poweroff_info.html cannot resolve the relative path information (as your web browser does). One therefore has to give the full path. This works on my Kobo Touch:
Code:
<html>
<body>
<img src="/mnt/onboard/.kobo/kbmenu/images/test01.png" width="566">
</body>
</html>
In your case you might try something like the following:
Code:
<img src="/mnt/onboard/.kobo/kbmenu/txt/poweroff.png" width="726">
|
Right, it is working that way for me as well. I also got it working (now that I told it where to find the .png) using "image/png" for the style type, and no width or other argument and have the image full screen.
Now to get on Gimp2 and see what kind of a poster I can make. ( The image display is quite good, but I had better find something that is not X rated for my powered off image.)
Luck;
Ken