Tweaking “<br>” Style for WordPress Editor
Wordpress has evolved into a complete CMS system and more over the years. But one minor thing that still causes some trouble is the editor that comes bundled with Wordpress installations. While I cannot surely negate the fact that it is a wonderful editor – I have recently come across a small but crucial issue caused by it. It is the use of <br>.
The problem is if you use <br> twice to use it for a hard break it gets converted to <p>. That said, if you have already styled the paragraph tag in your CSS, your hard break will start behaving like one.
