Thread: Kobo Start Menu
View Single Post
Old 07-04-2014, 03:23 PM   #309
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by tshering View Post
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
Ken Maltby is offline   Reply With Quote