Quote:
Originally Posted by Notjohn
Well, it would be more obvious if it were in the Book Browser window on the left, but I suppose I could embed a note in Chapter One code view.
|
Or in the cover file:
Code:
<body>
<!--
Note 1,
Note 2,
etc.
-->
Or if you want it to be visible, use pre tags so you can just type in unformatted text:
Code:
<body>
<pre>
Note 1,
Note 2,
etc.
</pre>