【发布时间】:2010-11-07 00:17:54
【问题描述】:
我在段落标签中有文本,可以紧贴在 div 的底部,您将在这张图片中看到:http://i44.tinypic.com/e05s0z.png
我可以在 div 的底部添加一些填充来解决此问题,但可能会有多个 div,具体取决于该页面上有多少项目。
我需要做的是,在最后一个 div (class="article") 的末尾和段落标记中的文本之间放置一些间距。
这是文章类的css
.article {
padding:10px;
overflow:auto;
}
带有段落标签的文本
<p>Herkimer County Community College does not
discriminate on the basis of race, color, sex,
national origin, age, handicap, or marital status
in admission, employment, or in any aspect regarding
the conduct of College business.</p>
我该怎么办?
【问题讨论】: