Sometimes the copyright notice for a given song is longer than what can fit on one line of the footer. I would think openlp would would simply display the notice as two lines, but this is not the case (at least not on my installation). Is there a way to force a line break somewhere in the copyright notice?
Comments
Greetings
That can be achieved by inserting a breaker tag :like this(<br>) where you want a line break.
I forget to add:
An example will be like:
Copyright notice: First line of text<br>second line
This example on the screen will show "second line" on a new line. And also you are not limited by the number of tags to at a time.