View Single Post
Old 11-03-2022, 03:12 AM   #9
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by Notjohn View Post
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>
AlanHK is offline   Reply With Quote