Can I suggest putting the series info into the ebook? I use the idea of the 'frontispiece' for mine. ie:
Code:
<div class="Spine" id="Frontispiece">
<h2>Nero Wolfe</h2>
<ul>
<li>. . .</li>
<li>Too Many Women <em>1947</em></li>
<li>And Be A Villain <em>1948</em></li>
<li>Second Confession, The <em>1949</em></li>
<li>Trouble in Triplicate <em>1949</em></li>
<li>Even in the Best Families <em>1950</em></li>
<li>Three Doors to Death <em>1950</em></li>
<li>Curtains for Three <em>1951</em></li>
<li>Murder by the Book <em>1951</em></li>
<li>Prisoner's Base <em>1952</em></li>
<li>Triple Jeopardy <em>1952</em></li>
<li>. . .</li>
</ul>
<img alt="Frontispiece Image" src="images/frontispiece.png" />
</div>
Just clipped it from the code for my current eBook project. It appears before the table of contents.
m a r