Quote:
Originally Posted by jackie_w
See post #297. You definitely do not need !important in your extra_css @page command.
|
Ok, I was told to use it to override things.
Like a lot of Dutch books from one publisher have always something like this in their books:
@page {
margin: 10 10 10 10
}
I can edit them all to remove it ( it is an example because a lot more irritating things are in it,but i was told to use the !important flag, which is a valid command.
So adding @page {
margin: 0 0 0 0 !important
}
Must override it.
If I don't use the !command I can add the above line without the !important but then the first one is leading.
So I can't use normal commands like I said so, if they are already in the css with another value.
All editors I used follow the valid !command only the RMDSK or the ADE don't
I do and am very gratefull of your suggestions and it is not being ignorant from my side but I am almost sure that with early firmwares with another version of the RMDSK did support the !important command but I can be completely wrong.
I even found the original message that I stored where the !important flag was recommended:
https://www.mobileread.com/forums/sho...5&postcount=34
So somewhere i must made it wrong.