View Single Post
Old 05-02-2010, 02:12 PM   #17
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by somecanuck View Post
Generally speaking, you WANT to remove the formatting anyway.
I'm sorry, but I must respectfully disagree.

A simple example: verse is very often formatted with different lines differently indented, like this:

Code:
line 1
    line 2
line 3
    line 4
The different indentation levels will generally be done with named styles. If you delete the stylesheet, these will be undefined, and your verse will look like this:

Code:
line 1
line 2
line 3
line 4
which is not good at all.

Honestly, you do NOT want to be deleting the stylesheet. It contains the majority of the formatting information for a book!
HarryT is offline   Reply With Quote