Page 1 of 1

Where is the class "serendipity_entry_body"??

Posted: Fri Sep 05, 2008 4:28 pm
by technician
I've got a problem with my main template where every entry is getting double spaced (even though I specified it not to in fckeditor) on post or preview. I think it might have something to do with the <div class="serendipity_entry_body"> on entries, but for the life of me I can't track this CSS class down. I am using a slightly modified version of MT-TRENDY, there is no reference to "serendipity_entry_body" anywhere in the STYLE.CSS file in the TRENDY folder. I also checked the DEFAULT folder, there is also no reference to that class in STYLE.CSS.

Any ideas on where this is, and if not why I'm getting double spacing on blog posts?? Thanks!

Posted: Fri Sep 05, 2008 4:33 pm
by Don Chambers
I'm going to bet the culprit is the NL2BR plugin. If you use a wysiwyg editor, you should simply disable that plugin - either completely, or set the plugin's options to not apply markup to entry and extended body.

Posted: Fri Sep 05, 2008 6:54 pm
by technician
Don, you were right! Removed that plug-in and things are back to the way they were. Much appreciated!