Jump to content
  • 0

div блок по центру


AndreyT
 Share

Question

как сделать этот блок по центру

CSS:

* {
margin:0;
padding:0;
}
#form_comment {
border:2px solid #333;
color:#333;
font:14px bold Verdana;
position:absolute;
padding:5px 10px;
margin:20px;
}
#form_comment * {
margin:4px auto;
}
.enter_email {
width:200px;
border:1px solid #707070;
}
.enter_message {
width:400px;
border:1px solid #707070;
}
.enter {
width:150px;
height:30px;
float:right;
text-transform:uppercase;
}

HTML:

<div id="form_comment">
<form action="#" method="post" name="addcom">
<p>Ваш email:</p>
<p><input name="email" type="text" class="enter_email" /></p>
<p>Ваше сообщение:</p>
<p><textarea name="context" class="enter_message" rows="5"></textarea></p>
<p><input name="go" type="submit" value="Отправить" class="enter" /></p>
</form>
</div>

Link to comment
Share on other sites

Recommended Posts

  • 0
Ой, да нахрена ты им пользуешься? Это же старая фигня, лучше уж тада Дрим, а лучше блокнот обычный.

Я пока использую Дрим, очень помогает новичку, позже планирую перейти на Notepad++. А у Nvu скопипастил заготовку, т.к. не было под рукой ничего:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta
content="text/html; charset=Windows-1251"
http-equiv="content-type">
<title></title>
</head>
<body>
<br>
</body>
</html>

Кстати в разделе "Шаг за шагом" как раз куча примеров именно с использованием этой проги. В общем удалил ее нафиг :lol:

Link to comment
Share on other sites

  • 0
Я пока использую Дрим, очень помогает новичку, позже планирую перейти на Notepad++. А у Nvu скопипастил заготовку, т.к. не было под рукой ничего:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta
content="text/html; charset=Windows-1251"
http-equiv="content-type">
<title></title>
</head>
<body>
<br>
</body>
</html>

Кстати в разделе "Шаг за шагом" как раз куча примеров именно с использованием этой проги. В общем удалил ее нафиг :lol:

Пральна, не надо было её вообще юзать, она старая уже и непрактичная.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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