it wont work
http://www.voetbalbasis.nl/EKbasis/nieuws.php?id=9
<script type="text/javascript" src="ckeditor/ckeditor.js">
CKEDITOR.replace( 'bericht',
{
enterMode: CKEDITOR.ENTER_BR
shiftEnterMode: CKEDITOR.ENTER_BR
skin : 'office2003'
language: 'nl'
});</script>I only want that if i press enter, i go to a new line.
if i press enter again, i get a white line.
So NO <p> at all, only <br />

Re: trying to use br instead of p
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: trying to use br instead of p
It works great in the editing window.
Only when looking at the page it displays all <br/> times 2.
So one <br> in the editing view is <br/><br/> onthe final page.
This way there are a lot of gaps between the text.
Is there anyway i can solve this?
Thank you for your time so far!
Re: trying to use br instead of p
My php code used nl2br() to get info out of the database.
Eveything works excelent now.