вопрос
Дополнительные поля оD0Gmatist доработал и поставил на DLE 10.3 без других модулей. В инструкции по модулю надо в addnews.php добавить
Добавляю новость а дополнительные поля Страна, Режиссер, Жанр, Продюсер, В ролях расположены в разброс.
Как можно их выровнять. Если надо могу скинуть скриншот добавления новости
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">Год:</td>
<td style="border-bottom: 1px #999999 dotted;"><input class="edit" type="text" size="55" name="year" id="year"></td>
</tr>
<tr>
<td height="29" style="padding-left:5px;">число.месяц.год:</td>
<td><input class="edit" type="text" size="55" name="country" id="country"></td>
</tr>
<tr>
<td valign="top" height="29" style="padding-left:220px; border-bottom: 1px #999999 dotted;" colspan="2">Пример: <strong>07 мая 1982</strong></td>
</tr>
<tr>
<td height="29" style="padding-left:19px;" colspan="2">Все перечисления в <strong>Страна</strong>, <strong>Жанр</strong>, <strong>Режиссер</strong>, <strong>Продюсер</strong> и <strong>В ролях</strong>. через <strong>запятую</strong>, при отсутствии поставить <strong>троеточие</strong>.</td>
</tr>
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">Страна:</td>
<td style="border-bottom: 1px #999999 dotted;"><input class="edit" type="text" size="55" name="datex" id="datex"></td>
</tr>
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">Жанр:</td>
<td style="border-bottom: 1px #999999 dotted;"><input class="edit" type="text" size="55" name="genre" id="genre"></td>
</tr>
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">Режиссер:</td>
<td style="border-bottom: 1px #999999 dotted;"><input class="edit" type="text" size="55" name="director" id="director"></td>
</tr>
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">Продюсер:</td>
<td style="border-bottom: 1px #999999 dotted;"><input class="edit" type="text" size="55" name="producer" id="producer"></td>
</tr>
<tr>
<td height="29" style="padding-left:5px; border-bottom: 1px #999999 dotted;">В ролях:</td>
<td style="padding-left:2px; border-bottom: 1px #999999 dotted;"><textarea rows="10" style="width:342px;" name="actors"></textarea></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
Добавляю новость а дополнительные поля Страна, Режиссер, Жанр, Продюсер, В ролях расположены в разброс.
Как можно их выровнять. Если надо могу скинуть скриншот добавления новости