You are not logged in.
Whenever i start a new paragraph (using Windows/Firefox) xinha uses a <p>-tag.
Is it possible to tell xinha to use <br>-tags instead? The reason is this behaviour takes a lot of vertical space and users are not used to that because textareas behave apparently different (i know textarea does not use html).
thanks again for any answer
Offline
Thank you but that doesn't ctach the problem.
I know how to produce a <br> tag, but the users of my application probably don't. So what i was looking for is how to configure xinha to use <br> instaed of <p>
Offline
I found a solution for what i wanted:
I just added
xinha_editors.myeditor.config.pageStyle = 'p { margin:0; };';
to config.js
Offline