When trying to add content via HTMLArea, it seems to double space every line, basically creating a new <p> instead of a line-break. Is this a bug, or is there something I am missing on how to use it properly?
Any help is appreciated. Thanks!
When trying to add content via HTMLArea, it seems to double space every line, basically creating a new <p> instead of a line-break. Is this a bug, or is there something I am missing on how to use it properly?
Any help is appreciated. Thanks!
HTMLArea is not a robust editor and I have also seen this and do not use the return key and later use the <> selector to switch to code mode and add <br>'s manually.
Or you can add the FCKEditor or TinyMCE
If you're still using HTMLarea, just use SHIFT+ENTER rather than just ENTER and it will enter line breaks as opposed to paragraph breaks. That should help the spacing!