0
我試圖在以下代碼中的視頻之間添加填充。任何指針或建議?:在視頻庫中的單元格之間添加填充
<table width="100%;">
<tbody>
<tr>
<td align="left" valign="top" width="50%">
<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;"><iframe style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" src="https://www.youtube.com/embed/SxK8XBnYZRk?rel=0&showinfo=0" width="300" height="150" scrolling="no" allowfullscreen="allowfullscreen"></iframe></div>
<p style="text-align: center;">Battle of Whitehall by <a href="http://www.rockinpaddy.com/">Rockinpaddy</a>, London</p>
</td>
<td align="left" valign="top" width="50%">
<div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;"><iframe style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" src="https://www.youtube.com/embed/uS0-xSoxH1o?rel=0&showinfo=0" width="300" height="150" scrolling="no" allowfullscreen="allowfullscreen"></iframe></div>
<p style="text-align: center;">Which Side Are You On by <a href="http://www.rockinpaddy.com/">Rockinpaddy</a>, London</p>
</td>
</tr>
</tbody>
</table>
你是什麼意思之間填充的意思視頻? –
請勿使用表格進行佈局。爲表格數據使用表格。有點自90年代末以來的口頭禪 – j08691