View Single Post
Old 02-04-2023, 02:30 PM   #11
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,648
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by gianni_1 View Post
Hi David,
now it work fine!!!
May be you can also help me with the problem that I am no longer able to put bold characters in comments?
Many thanks!
bye, Gianni
I've never seen that issue so not much help with it. You might want to try manually bolding a line. In the metadata editor, in HTML source view, change <p style="line-height: 90%"> to <p style="line-height: 90%; font-weight: bold"> and see if that line shows as bolded when you return to the Normal view. If it still doesn't show as bold, you've hit the limit of my knowledge.

Code:
<p style="line-height: 90%">Colleague or Killer?</p>
Code:
<p style="line-height: 90%; font-weight: bold">Colleague or Killer?</p>
DNSB is offline   Reply With Quote