text in front page

S

Scott

When I type text (standard font) and wrap text automatically, it drops to the
line below as in a ordinary word processor. However, when I hit enter and
start a new line it seems to always insert a space. I'd like a new line, but
to still have the text immediately underneath the previous line.... Thanks
 
A

Andrew Murray

hitting enter inserts a new paragraph. Cntrl-Enter forces new line without
the blank line.
(take a look in code view <p> is for [P]aragraph, <br> is for line [br]eak.
 
Top