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!