Hi,
since the last new version i only get an <br> if i press ENTER in the editor!
How i can change this, so when i press ENTER that i see an <p> in the code?
Thanks!
since the last new version i only get an <br> if i press ENTER in the editor!
How i can change this, so when i press ENTER that i see an <p> in the code?
Thanks!
RE: How i can use ENTER with <p> ?
RE: How i can use ENTER with <p> ?
So how can i change this?
RE: How i can use ENTER with <p> ?
RE: How i can use ENTER with <p> ?
RE: How i can use ENTER with <p> ?
I have also same problem...from last few days..basically here iam posting some data to the server through fckeditor...but while sending fckeditor converting it in to HTML so while retriving also iam getting in the form of HTML...so please can you guys give me some idea how can i get the original message what i entered in editor...while retriving into editor
Thanks in advance
Srikanth
RE: How i can use ENTER with <p> ?
Did you try this ?
Go in FCKconfig.js, then
FCKConfig.UseBROnCarriageReturn = false ; // IE only.
I hope it helps you...
RE: How i can use ENTER with <p> ?
Haha
this makes <br />

Have you tried Shift+Enter combination?
I hope it helps.