Jump to content
  • 0

Помогите пройти валидацию


Un1x
 Share

Question

Не могу допетрить, что валидатору не нравится(

XHTML 1.0 Strict

Валидатор пишет:

Error Line 139, Column 114: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag

…e="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />

строка:

<input type="text" name="name" style="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Error Line 139, Column 114: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag

…e="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />

строка:

<input type="text" name="name" style="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />

надмозг: этот тип документа не допускает эдемент инпут тут - потеряно что-то на вроде "п", "х1"....

PS инпут нормальный. что-то со вложенностью блочных элементов напутали видать. Можете побольше коду дать? или ссылку, глянуть.

Link to comment
Share on other sites

  • 0

да инпут просто надо обернуть в какой-то блочный тег.

каждый инпут!? или все в один?

если все в один, то всё ровно должно быть...

<div id="articl">
<h3>Оставьте заявку на заказ натяжных потолков</h3>
<div id="articl-bar">
</div>
<form method="post" action="contact.php">
<p>Ваше имя:</p>
<input type="text" name="name" style="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />
<p>Номер вашего телефона:</p>
<input type="text" name="phone" style="border: 1px solid #cccccc; background-color: #ffffff;" size="26" value="" />
<p>Сообщение:</p>
<input type="text" name="mesage" style="border: 1px solid #cccccc; background-color: #ffffff; width: 400px; height: 100px;" size="26" value="" />
<input type="submit" value="Отправить" style="border: 1px solid #cccccc; background-color: #ffffff; padding: 5px; margin-bottom: 20px;" />
</form>
</div>

Edited by Un1x
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