← Prev in month ← Prev in thread

alternative id generation

From
Anthony Ettinger <>
Date
2007-11-13T01:14:32+00:00
ID
Thread
alternative id generation
I am wanting to override the default structure for xhtml on sections:

        <div class="section" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
		<h2 class="title" style="clear: both"><a id="explanation"></a>The
Explanation</h2>
              </div>
            </div>
          </div>
	<p>Explanation here</p>
       </div>



With something a little less verbose, like:

<div class="section">
   <h2>Explanation</h2>
  <p>The explanation here</p>
</div>





-- 
Anthony Ettinger
Ph: 408-656-2473
var (bonita, farley) = new Dog;
farley.barks("very loud");
bonita.barks("at strangers");

http://chovy.dyndns.org/resume/
http://utuxia.com/consulting
← Prev in month ← Prev in thread