Quote:
Originally Posted by gianni_1
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>