Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how do I remove or erase the <br> symbol after a line of typing?

  • 2 replies
  • 1 has this problem
  • 5 views
  • Last reply by cor-el

more options

I am designing a Landing Page in Kunversion and the different sentences have
when moving from one insert to another. This symbol continues onto the Facebook publish page. Is there a way to remove or eliminate the
.

I am designing a Landing Page in Kunversion and the different sentences have <br> when moving from one insert to another. This symbol continues onto the Facebook publish page. Is there a way to remove or eliminate the <br>.

Chosen solution

I think that is how the rich text (HTML) editor you use works. Some editors use a <DIV> or <P> block as a paragraph separator. In the past this used to be a <br>

You shouldn't see this as plain text if you is what you experience.

Maybe you can change this behavior in the settings.

Read this answer in context 👍 0

All Replies (2)

more options

Hi  !

With css, you can 'hide' the <br> tags and they won't have an effect :

br {

   display: none;

}

Does that work for you  ?

Modified by Happy112

more options

Chosen Solution

I think that is how the rich text (HTML) editor you use works. Some editors use a <DIV> or <P> block as a paragraph separator. In the past this used to be a <br>

You shouldn't see this as plain text if you is what you experience.

Maybe you can change this behavior in the settings.