[thelist] Marking up chapter.verse (or chapter.section)

Brian Cummiskey Brian at hondaswap.com
Mon Dec 15 03:17:51 CST 2003


> <span id="matthew1verse23">
> <span class="verse">23</span>
> "Look, the virgin shall conceive and bear a son, and they shall name
> him Emmanuel," which means, "God is with us."
> </span>
> 

here's what i would do in a situation like this:

<div id="verses">
	<div id="matthew1">
		<div id="m1-23">
		// or something easy to remember to you...
		<span class="verse">23</span>
		<p><span class="quote">"Look, the virgin shall conceive and bear a 
son, and they shall name him Emmanuel,"</span> which means, <span 
class="quote">"God is with us."</span></p>
		</div>
		<div id="m1-24">
		<span class="verse">24</span>
		<p>text of 24 here, etc..</p>
		</div>
	</div>
	<div class="matthew2">
.
.
.
.
	</div>
</div>



More information about the thelist mailing list