Jump to content

mydba

Newbie
  • Posts

    1
  • Joined

  • Last visited

mydba's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. помогите, кто может. не могу увеличить отступ от текста до формы. если же отступ увеличивается, то возникает проблема: текст и форма находятся на разном уровне (как бы на разных строках). как этого избежать? спасибо. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title> New project </title> <style type="text/css"> .layer1 { padding-left: 80px; /* Отступ слева */ background-image:url(topfon.jpg); color: lightblue; /* Цвет шрифта */ } .ots { margin-left: 80px; /* Отступ слева */ padding: 0px; } .layer2 { margin: 0; /* Убираем отступы вокруг */ padding-left: 10px; /* Поле слева */ } .ots2 { margin-left: 180px; /* Отступ слева */ padding: 0px; </style> </head> <div class="layer1"> Главная </div> </style> </head> <body bgcolor = "black" background="topfon.jpg"> <div class="ots"> <img src = "top.jpg" width = "1070" height = "200"> </div> <b> <center><h4><font face = "Verdana" color = "white">Регистрация нового пользователя</font></h4> </center> <br> <form name = "id" action = "2.php" method = "POST"> <div class="ots2">Введите своё имя <input type = "text" name = "login" style="background-image:url(topfon4.jpg)"></div> <br><br> Введите пароль <input type = "text" name = "password" size="22" MAXLENGHT="20" style="background-image:url(topfon4.jpg)"> <br><br> Подтвердите пароль <input type = "text" name = "password2" size="17,5" MAXLENGHT="20" style="background-image:url(topfon4.jpg)"> <br><br> <font color = "lightblue"> <br> Дополнительная информация о себе <br> <br> <textarea name = "info" rows = "10" cols = "50" style="background-image:url(778.jpg)"></textarea> <br> <input type = "submit" name = "a" value = "Добавить" style="background-image:url(sub3.jpg)"> </form> </font> <br> </b> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy