View Single Post
Old 05-17-2012, 07:08 AM   #3
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
The book view editor is being changed in the next version. So suggest you wait and see what happens.

Code view is what is truly in the document. Book view is only for convenience, as each e-reader will have its own way of displaying the code.

Seems to me that most editors will not save particular arrangements of text but display it in a way which shows the structure. You can insert comments:

<!--This is a comment. Comments are not displayed in the browser-->.

These can mark out areas of importance to you and will also help anyone looking at your code.

An editor is not a word processor, so its aim is not to preserve a particular display of code.
mrmikel is offline   Reply With Quote