Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: change default <div> after Carraige Return to <p> tag instead.
Re: change default <div> after Carraige Return to <p> tag instead.
05-02-2011, 11:28 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: change default <div> after Carraige Return to <p> tag instead.
Reply
Quote
Dear Andi,
Please open "\cuteeditor_files\include_CuteEditor.php", go to line 182, you will find:
$this->BreakElement="Div";
you can change it to $this->BreakElement="P";
Thank you for asking
[email protected]
View Complete Thread