View Single Post
Old 03-12-2020, 05:29 PM   #782
gers1978
Addict
gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.gers1978 ought to be getting tired of karma fortunes by now.
 
Posts: 392
Karma: 1008414
Join Date: Jun 2011
Device: Kindle
Quote:
Originally Posted by jhowell View Post
The value "inherit" is not supported by the Kindle Previewer for the "width" property. If you want to convert that book to KFX you will need to use the calibre editor to find and remove that.
I wouldn't know what to replace it with, or which bits to remove. When I edit the book and search the .css file for "inherit", there are lots of entries, all like this:

Code:
div.width_100
{
width:100%;
text-align:center;
display:block;
margin:0 auto;
}
div.width_100 p
{
width:100%;
display:inline-block;
}
div.width_100 p img
{
width:inherit;
}
div.width_80
{
width:100%;
text-align:center;
display:block;
margin:0 auto;
}
div.width_80 p
{
width:80%;
display:inline-block;
}
div.width_80 p img
{
width:inherit;
}
gers1978 is offline   Reply With Quote