View Single Post
Old 12-08-2014, 06:13 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,145
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by RedHenPress View Post
I am using a style sheet, though I'm new at this and it's very possible I'm doing it incorrectly. The font and alignment and all that is good. My problem is that some of the poems call for extra spaces between only two words or something. And when I indent with the TAB key it gets undone when I go to a new chapter page
Tab is not the way to indent visible HTML (tabs in code only work for codeview)
text-indent: 4em; (4M's wide of the current font) in the CSS

Multiple blanks (simple spaces) get rendered as ONE . non-breaking spaces (& nbsp usually survive. code: & #160) <remove the space in codes>
theducks is offline   Reply With Quote