Hi,
I try to use FCKeditor with PHPGEDVIEW but somehowe I can not get it working properly.
The editor is alway's placing extra <br> after each line, even when there has been already a <br>.
This results in a text that has extra spaces between the lines every time I edit this text.
The option
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
did not help/solve the issue.
Could someone give a hint how to solve this ?
Regards,
Rick.
I try to use FCKeditor with PHPGEDVIEW but somehowe I can not get it working properly.
The editor is alway's placing extra <br> after each line, even when there has been already a <br>.
This results in a text that has extra spaces between the lines every time I edit this text.
The option
FCKConfig.EnterMode = 'br' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
did not help/solve the issue.
Could someone give a hint how to solve this ?
Regards,
Rick.
Re: FCKeditor with PHPGEDVIEW gives extra <br>
if the editor works fine there, then it's your code the one that it is converting new lines to <br>.
Re: FCKeditor with PHPGEDVIEW gives extra <br>
Re: FCKeditor with PHPGEDVIEW gives extra <br>