How to overwrite br by CSS ?

All QuestionsCategory: QuestionsHow to overwrite br by CSS ?
Simul asked 6 years ago

I got a work of my client and found lot of br tag inside html page. Now it will take a lot time remove them menially. Is it possible to remove or overwrite to rule of br tag using CSS ?

1 Answers
Shariar Sarkar Staff answered 6 years ago

Yes, you can overwrite br tag by css as below
br { display:none }
I will disappear all br tag without changing your HTML code. See the live demo at http://kivabe.com/code/try/css-for-br-tag