Provide a button to insert <br/> tags in the WYSIWYG editor
I have a lot of running text as content and I'd like to provide my client with a button to click, like the bold or italic buttons, that would add a BR space rather than a paragraph. The editor currently places <p> </p> lines, and this conflicts with the stylesheet where I'm spacing the running paragraphs with margins. The <br /> tag provides a useful and semantic control for shorter break spacings.
1
vote
Use SHIFT+RETURN to insert a BR instead of just RETURN. It’s kinda standard in WYSIWYG editors these days.