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>