View Single Post
Old 12-15-2009, 07:22 PM   #13
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
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
rogue_ronin is offline   Reply With Quote