It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reope开发者_如何转开发ned, visit the help center.
Closed 11 years ago.
How can I remove empty lines with css?
I want to ignore the <br>s in the text
Funny question...
br {display: none;}
;-)
If you are trying to remove whitespace created using <br /> tags then I don't believe that this can be done using CSS.
You could use JavaScript to remove the whitespace, however the most elegant solution would be to create whitespace using CSS in the first place using margins and padding.
精彩评论