我的页面上有一个 ajax htmlextender。用它评论一些东西。当注释文本有“输入”时,htmlextender 会给它 <p> 标签。我在显示评论时使用 div。
<div style="background-color:#ff0000; width:95%;"><p>note line 1</p><p> note line 2</p></div>
<div style="background-color:#ff0000; width:95%; text-align: right; font-size: 11px;">Name Surname</div>
<div style="background-color:#ff0000; width:95%; text-align: right; font-size: 11px;">02.08.2012 10:04</div>
输出如下:
如何清除空行?