Thread: Kobo Start Menu
View Single Post
Old 07-04-2014, 10:38 AM   #305
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 Cyphox View Post
i see instructions on how to find the best width and heigth, but i see no code-example for displaying images using poweroff_info.html

i a total n00b when it comes to html, but when i open the modified html-file in windows it works, on the reader it doesnt. the poweroff.png is in the same folder as the poweroff_info.html

so i guess its just not supported? (yet?) or am i missing something??

Code:
<html>
<head>
  <title>kobo menu info</title>
  <style type="text/css">
   p {
    margin-top: 0.5em; }
  </style>
</head>

<body>
<img src="poweroff.png" height="1000" width="750"> 
</body>
</html>
Perhaps: <style type="image/png">

Here but that would only be part of the effort for use in the kbterminal, I am guessing here.

Luck;
Ken
Ken Maltby is offline   Reply With Quote