Thread: Kobo Start Menu
View Single Post
Old 07-04-2014, 09:24 AM   #304
Cyphox
Connoisseur
Cyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcoverCyphox exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 50
Karma: 16356
Join Date: Apr 2013
Device: Kindle 4 NT
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>
Cyphox is offline   Reply With Quote