I have php code to print two tables continuously. But border of first table coincide with the border of second table. How can I give space between them. echo " " , echo (" "); echo (""); are not helping.
3条回答 默认 最新
douluo2930 2012-09-27 08:17关注You should use css with the second table (or first)
.yourTable {margin-top: 10px;}Or the quick, dirty and the wrong solution: just print a
<p>between the tables解决 无用评论 打赏 举报