The DHTML Editor isn't very good.
I does NOT give me what I see. Is it possible to use a different WYSIWYG editor?
An example:
1 I write this line and hit Enter.
2
3 Now I have hit enter twice and have one blank line. But this blank line will not be rendered.
4
5
6 need to hit the enter twice, THEN I get the blank line.
7
8
9 And writing articles with this much space is pretty annoying.
10
11
12 Don't you think?
13
14
15 ;o)
To answer part my own question.
The reason for the extra spacing in the WYSIWYG editor is because of a global css styling.
If you use something like:
*
{
margin: 0px;
padding: 0px
}
you will get this problem.
And it is bad BAD bad css styling to use * ;o)
But the other question remains. Is it possible to use other WYSIWYG editors in EPiServer?