View Single Post
Old 04-13-2015, 10:26 AM   #171
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Libertango,

I am glad it starts working for you. For full screen images I do

Code:
<html>
<body>
<p align="center"><img src="imgs/sleeping_noborder.png" height="800"></p>
</body>
</html>
height="800", because I did in on a Touch. The dimensions of the image are not so important in that case, but the ratio should be close to that of the screen.
Ken's method does of course work too.

You might have noted by yourself already. I mention it nonetheless. If you go "scipts" > "browse" > "browse mynotes.msh" > "pofftest" (or whatever), and select any html.file, it gets displayed.

Last edited by tshering; 04-13-2015 at 10:38 AM.
tshering is offline   Reply With Quote