Hello,

Is there a way to disable how lines and paragraphs break automatically in OpenWYSIWYG?

It is causing some pages to be very long and does not look proper.

Thanks.

-Zeb

Comments

InternetsUser27’s picture

Anyone?

This would really help.

Thanks!

sadist’s picture

add this at your template.php

function phptemplate_filter_tips_more_info() { return ''; }

jmangion’s picture

If you go into "Modules", then select the wysiwyg editor's "Configure" button, it shows the editors you have loaded. Select the "Edit" option for the editor you are using. On the "Cleanup and Output" option, there is a "Remove Linebreaks" option. I believe it is on by default.

I hope this helps.