I’m probably confused, but I swear it looks like you just said you don’t want a new line when you hit return.
Thread Starter
wouwou
(@wouwou)
What i want is this
Test
Test
Test
But when I write something I get this
Test
test
test
I can’t get them without a space. Its like fixing space after a line in word. It does that automaticly
I think the WYSIWYG editor will give you a paragraph break when you press ENTER once.
Switch to non-WYSIWYG and pressing ENTER once will give you a line break (which is what you want) and pressing ENTER twice will give you a paragraph break.
Anyway, I may have misunderstood you. If so, I need a link to your site with the problematic post.
Thread Starter
wouwou
(@wouwou)
http://www.knus-zaventem.be
Where do I change this btw to have just line after line like this
Line 1
Line 2
instead of
Line 1
Line 2
I guess you don’t really know what I told you the cause is. Here’s one fix for now. If it gives unintended behavior, just come back.
Find the following section in your css file
p {
line-height:1.75em;
}
Change that 1.75 to something else, say, .4
Thread Starter
wouwou
(@wouwou)
Finally! You rock 😀
Thx a thousand.