Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのテーブルを連続して印刷する PHP コードがあります。ただし、最初のテーブルの境界線は、2 番目のテーブルの境界線と一致します。それらの間にスペースを空けるにはどうすればよいですか。echo "\n" , echo ("\r\n"); エコー ("\r"); 助けていません。
2番目のテーブル(または最初のテーブル)でcssを使用する必要があります
.yourTable {margin-top: 10px;}
<p>または、迅速で汚い間違った解決策:テーブルの間に印刷するだけです
<p>
echo '<br/>';またはCSSを使用できます
echo '<br/>';
CSSmarginを使用するか、<br/>
margin
<br/>