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.
DBからデータを読み取り、繰り返し処理しています。以下のように表示したいのですが。ここでの課題は、サイドボーダーがなく、2つのレコードセットの間に太い線があり、その中に穏やかな線があることです。この構造を実現することは可能ですか?
はい。通常は、表をスタイリングなしのコンテナーとして使用し、各セルに DIV を配置し、DIV でクラス名を使用して外観を制御する方が簡単です。
<table> <tr> <td> <div class="topRow Col1"></div> ... etc ...