View Single Post
Old 12-10-2017, 03:30 PM   #92
msh2050
Enthusiast
msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.msh2050 is often consulted by the I Ching.
 
Posts: 27
Karma: 122330
Join Date: Sep 2017
Device: ipad , Kindle PW3
Quote:
Originally Posted by odamizu View Post
The plug-in allows you to insert a genuine Amazon ASIN. If you sideload the resulting AZW3 onto your Kindle, you will get covers on the Kindle home screen, and it will be treated as a "Book" rather than a "Doc." (However, if you transfer the book using Send-to-Kindle, Amazon will override the ASIN with a new one, so this trick only works with USB-transfer.)

The plug-in will also generate a thumbnail image if you want to manually transfer the cover to your Kindle.



I'm not entirely sure what your goal is or what the negative margin script does, but I adjust margins by inserting the following in the CSS stylesheet:
Code:
@media amzn-kf8 {
	p, h1, h2, h3 {
		margin-left: -20px; 
		margin-right: -20px; 
		}
	}
msh2050 is offline   Reply With Quote