[Copy and paste into Notepad++. Add or subtract chapter listings to match your book. Save as "Hyper Text Markup Language" with the name "toc." (the extension "html" will be added automatically. See the blog post TABLES OF CONTENT for details.]
<html>
<head>
<title>Table of Contents</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<h2>Table of Contents</h2>
<div id="toc">
<div><a href="book.html#title_page">Title Page</a></div>
<div><a href="book.html#copyright">Copyright Page</a></div>
<div><a href="book.html#chap_1">Chapter 1</a></div>
<div><a href="book.html#chap_2">Chapter 2</a></div>
<div><a href="book.html#chap_3">Chapter 3</a></div>
<div><a href="book.html#chap_4">Chapter 4</a></div>
<div><a href="book.html#chap_5">Chapter 5</a></div>
<div><a href="book.html#chap_6">Chapter 6</a></div>
<div><a href="book.html#chap_7">Chapter 7</a></div>
<div><a href="book.html#chap_8">Chapter 8</a></div>
<div><a href="book.html#chap_9">Chapter 9</a></div>
<div><a href="book.html#chap_10">Chapter 10</a></div>
<div><a href="book.html#chap_11">Chapter 11</a></div>
<div><a href="book.html#chap_12">Chapter 12</a></div>
<div><a href="book.html#chap_13">Chapter 13</a></div>
<div><a href="book.html#chap_14">Chapter 14</a></div>
<div><a href="book.html#chap_15">Chapter 15</a></div>
<div><a href="book.html#chap_16">Chapter 16</a></div>
<div><a href="book.html#about">About the Author</a></div>
</div>
</body>
</html>
No comments:
Post a Comment
Comments are welcome -- and moderated by me. Please be patient.