Quote:
Originally Posted by jhowell
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;
}