Jump to content
  • 0

Валидация


rosalin
 Share

Question

4 answers to this question

Recommended Posts

  • 0
А что конкретно? Каждая ошибка комментируется валидатором, нужно только внимательно читать и исправлять.

вот не пойму как исправить

вот это

<marquee behavior='scroll' align='center' direction='up' height='120' scrollam

потому как в исходнике написано так

echo "<marquee behavior='scroll' align='center' direction='".$scroll_direction."' height='".$scroll_height."' scrollamount='".$scroll_speed."' scrolldelay='".$scroll_delay."' truespeed onmouseover=this.stop() onmouseout=this.start() >";

и что делать с этим

<td bgcolor="#6d6c71" width="1">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

Link to comment
Share on other sites

  • 0

Line 649, Column 19: Attribute "behavior" is not a valid attribute

Он говорит что в данном типе документа атрибут behavior не поддерживается

Line 772, Column 160: document type does not allow element "td" here

и что делать с этим

<td bgcolor="#6d6c71" width="1">

ищи ошибки там у тебя предыдущий тег <td> не закрыт

Link to comment
Share on other sites

  • 0

У вас там столько ошибок! Все значения атрибутов должны быть в кавычках. Не используйте атрибуты и элементы, которые не должны быть при этом доктайпе.

Советую поменять доктайп на <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

И вообще почитайте про структуру HTML.

А так, берете переводчик и переводите:

Attribute "behavior" is not a valid attribute - это означает, что этот атрибут при таком доктайпе не существует.

The element named above was found in a context where it is not allowed - этот элемент находится в таком контексте, где он не должен быть. В таблицах между ячейками не должно быть ничего. Перед этой ячейкой <td bgcolor="#6d6c71" width="1"> у вас закрывается какой-то див. Толи вы забыли закрыть предыдущую ячейку, толи воткнули что-то между ячейками.

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