我想知道如何使视频水平对齐,以便它们在页面上并排显示。这是我正在努力实现的richtechservice.weebly.com/intro.html。正如你所看到的那样,它们处于中心位置并且并排放置。我怎么做?
CustId
答案 0 :(得分:-1)
将它们放在<TABLE>
内,全部在同一<TR>
可能需要将每个人放在自己的<IFRAME>
[编辑]
<table> <tr>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/czpFFcw6Yfk" frameborder="0" allowfullscreen></iframe></td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/r2u2FS-gWmo" frameborder="0" allowfullscreen></iframe> </td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/MvjlUrWo1KQ" frameborder="0" allowfullscreen></iframe></td>
</tr></table>