Quote:
Originally Posted by RedHenPress
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>