PS , probably not relevant but I observe that when an epub goes thru a calibre epub to epub conversion, any plain
<br/>
tag is changed, so it becomes
<br class="calibre5">
or some such-
with
.calibre5 {
display: block;
}
added to CSS
I assume that has no effect on how it renders though?
|