[html]<table>
<tr>
<td>
<iframe width="480" height="284" src="https://www.youtube.com/embed/-asMgeIqfl0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</td>
</tr>
</table>[/html]
Плеер
Страница: 1
Сообщений 1 страница 3 из 3
Поделиться12017-12-14 16:06:34
Поделиться22017-12-14 16:09:17
[html]
<style>
.obj{
width:480px;
height:284px;
float: inherit;
padding:10px;
margin:5px;
background-color:rgb(234,231,231);
border:1px;
border-style: double;
border-color: #a7b5bd;
}
}
</style>
<center>
<div class="obj">
<iframe width="480" height="284" src="https://www.youtube.com/embed/-asMgeIqfl0"frameborder="1" style="float: inherit; padding:0px;margin:0px;background-color:rgb(234,231,231); border:1px;border-style: double; border-color: #a7b5bd;" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<div>
</center>
[/html]
Страница: 1