View Single Post
Old 09-13-2014, 07:58 AM   #28
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,752
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Arkadian View Post
Thanks BR, and good night (it is lunch time here...)

What I forgot to say is that I am on a Mac, in case it does make a difference.
I am running Mavericks and the latest versions of LO and Calibre.

However, I stress again that IN MY CASE it is not so important to understand why I don't get that string in, because even when the string is indeed in... it doesn't work.
Obviously these are two separate issues.
Indeed there are - from your other threat:

Quote:
Originally Posted by Toxaris View Post
You could add 'page-break-inside: avoid' to the div class. No guarantee though, it is not supported on all devices. It probably is in iBooks.
So, where it doesn't work

On your MAC? If so in what viewer?
On a device? If so what device and in what viewer (if is phone, or tablet)?

Here's the style sheet I got from calibre when I applied my 'everyday' Word Template to your LO test document.

Spoiler:
Code:
.block_ {
    display: block;
    font-size: 1.41667em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    page-break-inside: avoid;
    text-align: left;
    text-indent: 0;
    padding: 0;
    margin: 0 0 12pt
    }
.block_1 {
    display: list-item;
    line-height: 1.2;
    margin-bottom: 7pt;
    margin-left: 36pt;
    page-break-inside: avoid;
    text-align: justify
    }
.calibre {
    color: black;
    display: block;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
    margin: 0 5pt
    }
.list_ {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0
    }


As we say down here, have a nice Satdee arvo

BR
BetterRed is offline   Reply With Quote