Quote:
Originally Posted by DNSB
I suspect you wanted display: none as the style. I use the following when I don't want the text to display (chapter heading where an image is used as the chapter heading but I want to have Chapter IV in the TOC.
Code:
.hidden {
display : none;
}
|
Yes. Sorry. My mistake. My problem is not causing by a wrong CSS rule as display: hidden . I use display: none.
To come back to my initial question: is it possible to toggle active/non-active a part of code specifically differentiated when the file is a epub or a kepub?