在页面上的表格下方添加空白

Chr*_*ris 0 html css

我很感激这个问题已被问过很多次,但我所看到的一切都没有帮助我。

基本上,我有一个基本表。我想要的只是在最后一个表(其他重要页面)下有一点空白,但我似乎无法做到这一点。

见这里:http : //chrisbrighton.co.uk/SiteMap.php

有什么建议?

谢谢。

Cha*_*ook 6

向表格添加底部边距。

Text Before Table
<table STYLE="margin-bottom: 30px;"><tr><td>Text In Table</td></tr></table>
Text After Table
Run Code Online (Sandbox Code Playgroud)


j08*_*691 5

添加overflow:auto到您的#page-containerdiv。