{% else-1 %}
(6 мар 2017, 23:42) (0/0) [0]
ДОБРЫЙ АДМЭН, Вот что получилось
(6 мар 2017, 23:19) (0/0) [0]
тогда получаеться ето
(6 мар 2017, 23:10) (0/0) [0]
ДОБРЫЙ АДМЭН, Сек. тут перед формой и после?
[code]
<div> echo '<form method="post" action="">','Файл mp4:<center><input style="width: 96%;" type="text" name="file_mp4" /></center>','Имя файла:<center><input style="width: 96%;" type="text" name="name" maxlength="64"/></center>','Описание файла:<center><textarea style="width: 96%; height: 80px;" name="about"></textarea></center>'; </div>[/code]
(6 мар 2017, 23:04) (0/0) [0]
Вот код
(6 мар 2017, 23:01) (0/0) [0]
Запихивал, тоже самое
(6 мар 2017, 22:57) (0/0) [0]
Код - Снизу скриншот вывода [code]
while ($cat = $sql->fetch(PDO::FETCH_ASSOC)) echo '<article class="import cf"><input type="checkbox" name="option[]" value="'.$cat['id'].'"/> '.$cat['name'].'</article>';
echo '<input type="submit" name="submit" value="Отправить">','</form>'; [/code]
css - коде
[code] .import {width:250px; height: 20px; position: relative; overflow: hidden; margin: 0 0 0px 0px; float: left;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

textarea, input {
color:#444444;
padding:8px;
border-radius:8px;
margin: 2px 1px;
background:url(/desing/mobile/textures/hover.gif) repeat-x #e3e3e3;
border:1px solid #d2d2d2;
}
select {
color:#444444;
padding:8px;
border-radius:8px;
margin:2px;
background:url(/desing/mobile/textures/hover.gif) repeat-x #e3e3e3;
border:1px solid #d2d2d2;}

input.buttom[type~="submit"] {
background:url(/desing/mobile/textures/title.gif) repeat-x #9e3244;
font-weight:bold;
color:#fff;
text-shadow:0 1px 1px #862737;
padding:9px;border-radius:8px;
border-bottom:1px solid #7e2937;
border-top:1px solid #ee687e;
border-right:1px solid #c5455b;
border-left:1px solid #ee687e;}
[/code]
  • 1 из 1