Enter Key in Editor starts new block
-
I'm not sure what I did. When the enter key is pressed, it starts a new block instead of moving to the next line in the same block.Because of this, space between 2 lines looks larger... What Should I do to go to the next line of same block?
-
I'm not sure what I did. When the enter key is pressed, it starts a new block instead of moving to the next line in the same block.Because of this, space between 2 lines looks larger... What Should I do to go to the next line of same block?
Change view to
source
to be able to change html tags, for example: Replace:some text
some text
with
some text<br/>
some textto get single lin breaking.
-
I'm not sure what I did. When the enter key is pressed, it starts a new block instead of moving to the next line in the same block.Because of this, space between 2 lines looks larger... What Should I do to go to the next line of same block?
Ctrl+Enter
cheers Chris Maunder
-
Ctrl+Enter
cheers Chris Maunder
Thanks Guys.. :) Happy new year as well...