При добавлении фильмов перейдите во вкладку панель html кодов и вставьте код, Просто отредактируйте под себя:
Code
<style>
.img {
border:3px solid #ffffff ;
padding: 2px;background:#ffffff;
max-width:150px;
-webkit-box-shadow: 0px 1px 3px #222;
-moz-box-shadow: 0px 1px 3px #222;
box-shadow: 0px 1px 3px #222;
padding:2;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;}
.tabla {
border:3px solid #ffffff ;
padding: 2px;background:#ffffff;
max-width:650px;
-webkit-box-shadow: 0px 1px 3px #222;
-moz-box-shadow: 0px 1px 3px #222;
box-shadow: 0px 1px 3px #222;
padding:2;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;}
.tabla_op {
border:3px solid #ffffff ;
padding: 2px;background:#ffffff;
max-width:650px;
-webkit-box-shadow: 0px 1px 3px #222;
-moz-box-shadow: 0px 1px 3px #222;
box-shadow: 0px 1px 3px #222;
padding:2;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.style1 {font-family: "Courier New", Courier, monospace}
</style>
<div align="center">
<div align="center" >
СЮДА СТАВИШЬ ТЕГ НА КАРТИНКУ ИЛИ ВСТАВЛЯЕШЬ КАРТИНКУ ССЫЛКОЙ </p>
<h2 class="style1"> НАЗВАНИЕ ФИЛЬМА </h2></div>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="5" class="tabla" >
<tr>
<th width="1%" align="left" scope="row"></th>
<th width="1%" scope="row"></th>
<td width="49%"><strong>Название: </strong></td>
<td width="49%">Сюда пишишь название</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Оригинальное название: </strong></td>
<td>Сюда пишешь оригинальное название</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Год выхода: </strong></td>
<td>Сюда пишешь дату выхода</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Жанр: </strong></td>
<td>Сюда пишешь жанр</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Режиссер: </strong></td>
<td>Сюда пишешь режиссёра</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>В ролях:</strong></td>
<td>Пишешь имена всех кто в ролях</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Описание: </strong></td>
<td>Сюда пишешь описание фильма</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Выпущено: </strong></td>
<td>Сюда пишешь то что выпущено</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Продолжительность:</strong> </td>
<td>Сюда пишешь продолжительность фильма</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Озвучивание: </strong></td>
<td>Пишешь об озвучке</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Формат: </strong></td>
<td>Сюда пишешь формат</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Качество:</strong> </td>
<td>Сюда пишешь о качестве</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Видео:</strong></td>
<td>Сюда пишешь о видео</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Аудио:</strong></td>
<td>Сюда пишешь о аудио</td>
</tr>
<tr>
<th colspan="2" scope="row"></th>
<td><strong>Сэмпл: </strong></td>
<td>Сюда пишешь семпл;</td>
</tr>
</table>
</div>
<div align="center"><h1>Описание</h1></div>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="1" class="tabla_op">
<tr>
<th scope="row">
ТУТ ПИШИ ОПИСАНИЕ ТВОЕГО ФИЛЬМА
</th>
</tr>
</table>
<div align="center">
<h2 class="style1">Кадры</h2></div>
<div align="center">
<img src="ССЫЛКА НА КАРТИНКУ" class="img">
<img src="ССЫЛКА НА КАРТИНКУ" class="img">
<img src="ССЫЛКА НА КАРТИНКУ" class="img">
<img src="ССЫЛКА НА КАРТИНКУ" class="img">
</div>
Без использования графики, скриншоты в конце автоуменьшаются до 150 px.