Quote:
Originally Posted by RbnJrg
One way is to give the h3, h4 selectors the "display: inline" property. In your css stylesheet write the following:
Code:
h3, h4 {
display: inline;
}
Of course, you could give to the h3, h4 selectors others properties to distinguish them. Below I attach a simpe epub with the two headers inlined.
Regards
Rubén
|
I don't think Sigil will pay attention to that when it is simply trying to build a semantic metadata ToC.