How insert spaces in CBV result?
This style:
%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation
=Header
[ShortPassageRef]:
=ForEachVerse
[VerseText]
Render this result:
1 Co
2:9:But, as it is written, “What no eye
has seen, nor ear heard, nor the heart of man imagined, what God has
prepared for those who love him”—
How can I get a space after the passage reference and the comma? Put a space in the style definition doesn't help.
I want it to look like this: 1 Co 2:9: But, as...
Any tips?
Comments
-
Ebbe,
The system ignores extraneous spaces but you can "cheat" and force one in by enclosing a space in an empty tag like a bold tag.
In your example modify the line:
[ShortPassageRef]:<b> </b>
Note that there is a space after the <b> tag and before the close.
Sarcasm is my love language. Obviously I love you.
0 -
I just played with it a little I found the following workaround:
<b></b> [VerseText]
I looked at the some of the predefined style most of which use [VerseNum] before each [VerseText] and it seems [VerseNum] implictly adds the space you are looking for. Without it though, as you rightly point out, the space cannot be added and is missing even between verses. (try 1Cor 2:9-15 and watch the periods at the end of each sentence).
I think this is a bug and needs to be fixed.
0 -
Thanks to both of you!
0