Whenever I press source button i am getting </P> </P> pairs.
I want to have <BR></BR> pair instead of <P></P>
please suggest where should i have to modify the code.
appreciate your help on this.
Thank you.
I want to have <BR></BR> pair instead of <P></P>
please suggest where should i have to modify the code.
appreciate your help on this.
Thank you.
RE: <BR> needed instead of <P></P>
FCKConfig.EnterMode = 'p' ; with
FCKConfig.EnterMode = 'br' ;
RE: <BR> needed instead of <P></P>
Issue got fixed!!
I appreciate your help
Thanks
Suresh
Re: <BR> needed instead of <P></P>
Re: <BR> needed instead of <P></P>
Re: <BR> needed instead of <P></P>
By editing fckconfig.js at the base directory of FCKeditor.
Re: <BR> needed instead of <P></P>
Have you guys read the documentation?
Re: <BR> needed instead of <P></P>
How to avoid excess <p></p>
Almost the same question, but... Is it possible to set up FCK to avoid excess <p>?
For example, I want to insert just <img>, but FCK automatically frame my <img> into <p></p>
and often review code I see something like <p> </p>.
Please advice.
Re: <BR> needed instead of <P></P>
Re: <BR> needed instead of <P></P>
Re: <BR> needed instead of <P></P>
Re: <BR> needed instead of <P></P>