I'm trying to create a custom Copy Bible Verse (CBV) style using the CBV tool. I right clicked one of the built in styles and chose to edit it. Here's what I came up with.
%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation
%ForEachVerseStyle = Quote
%FooterStyle = Quote
=Header
<p>
=ForEachVerse
<sup>[VerseNum] </sup>[VerseText]
=Footer
([FullPassageRef], [Version])</p>
I want the resulting pasted text in Word to show a paragraph with the superscripted verse number before each verse and the reference and translation inside parentheses on the same line as the last verse. I want all of the text to take on my Quote style in MS Word. My custom style in MS word is 14pt Arial font with red color and bold/italics. This worked great before I added the superscript numbers. After doing that the only thing that carries my MS Quote style is the verse numbers and the footer (reference, translation).
What am I doing wrong?
UPDATE: I removed the =Header line and now it works almost. The superscript numbers and the footer are not italics like I want them to be.