Hey guys, I've searched and searched and can't find a decent answer to my question. I'd like to modify the formatting for <p> tags.
Currently, this is what I'm getting,
<p> Discover St. Louis’ premier residence. No either-ors. All the amenities. Everything you want within touching distance. A dream lifestyle surrounded in convenience.</p>
Re: <p> formatting
Re: <p> formatting
Where would I place the code above in the config.js?
http://pastie.org/761463
Above is a pastie of the code I have in my config.js but not sure if I've done this right?
Re: <p> formatting
Re: <p> formatting
nope - I am trying to 'fix' the <br/> after the <p> but this is still beating me. I am not a javascript guy by any stretch of the imagination and would like to know how close to the actual solution am I?
The problem is that the editor is still showing and placing the breaks in the textarea regardless.
also: I have added an alert('here'); to test the config.js is being loaded on the edit page - this is fine.
Q: should I be using the <input> name in the code... e.g.. CKEDITOR.replace( 'catSummary',
and help would be sooo wecome.
I have a separate config.js with a little code in it...