In a div content editable, when highlighting, I can't see the thickness of the BR just like this:
I want it to be like this in MS Word
(Updated: Typo earlier -- wrong syntax as pointed out)
By the way, the <BR>
is enclosed like this
<div contenteditable='true'>
<div>
<span><br/></span>
</div>
</div>
Should I use CSS to set BR's thickness? or there's another way? Please shed some light.Thanks!
`. your tag is invalid – Lelio Faieta Feb 28 '17 at 11:42