Copy Scripture Still Broken
ASUNDER
Member Posts: 259 ✭✭✭
It still adds spaces to text when I paste scripture verses.
See my formula:
%NoRedLetter
%NoFootnotes
%NoCitation
%HeaderStyle=PassageHeader
%ForEachVerseStyle=Verse
=Header
<p>[FullBookName] [ChapterNum]:</p><p>
=ForEachVerse
<p><b>[VerseNum]</b> [VerseText]</p>
Where did I tell it to add the Enter key spaces?
The newest Logos version got rid of the space in between verses but there is still a space after the header.
John 3:
16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
1
Comments
-
The </p> HTML tag adds a line break - you need to remove the <p></p> after [ChapterNum]
1 -
Ok that looks like it works, thank you.
0