Spacing between rows

Hey Guys,

Whats the tag that sets the spacing between rows to 0? The default in dreamweaver is that everytime you type a new sentence, it skips one whole line than moves to the new line for text.

Heres an example:

hello

kirupa


Whats the setting so that the spacing between “hello” and “kirupa” is taken off and it becomes:

hello
kirupa

<p>hello<br>ki</p>
<p>hello</p><p>ki</p>

Thanks Bardley for ctrl+shift+enter
I used to open source editor and type <br> (In Dream Marcormedia ), now everything becomes simple.

Who’s “bardley”? :wink:

Who’s “bardley”?

:smiley: btw thanks for the command for breaks, its shift+enter :slight_smile: