Removing p tag?
-
I want to remove <p></p> empty tags.
I have done it with p:empty { display:none; }
Still if p tags are one under another, they are showing.
<p>
</p>css is not working on this.
What should I do to display: none p tags one under another?
- The topic ‘Removing p tag?’ is closed to new replies.