View Single Post
Old 11-13-2013, 07:50 AM   #11
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
Damn, there is a little problem... seems that css file is cached, so even if you try with my method, nothing different will show.

Try this way: after modifying the file as suggested before, replace:
href="../stylesheets/common.css"
with:
href="../stylesheets/common.css?version=0.1"

in header1.html file (html folder)

The decimal number must be changed everytime you modify something, or you won't be able to see the chages.

Sorry, I know this is annoying, but can't understand while Kindle Notes caches css file, and other apps don't

Quote:
I can try it ~8 hours later if no body will fix this before.
Ok, thank you Thomass!

UPDATE: faster debug method. Ignore the above request, just add this rows:

Code:
<style>
#Textarea{
width:220pt;
}
</style>
in header1.html file (html folder) file, just below this one:
Code:
<link rel="stylesheet" type="text/css" href="../stylesheets/common.css" />
And try reducing width value 1 by one until the bug is gone. Then let me know the value. Thank you!

Last edited by Aeris; 11-13-2013 at 08:25 AM.
Aeris is offline   Reply With Quote