Интернет

У меня одного этот сайт неправильно отображается? ссыль внутри

popmech.ru

Раньше всё было нормально, теперь вот так
Только у тебя.
Гасан Гусейнов
Гасан Гусейнов
76 163
У меня нормально
Если работает с IE, то срочно меняй браузер. В IE половина сайтов криво отображаются, потому как он не соответствует стандартам CSS/HTML и т. п.
Validation Output: 16 Errors

Line 66, Column 40: end tag for element "OBJECT" which is not open
document.write('</object>');

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 282, Column 42: there is no attribute "HEIGHT"
… element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 495, Column 41: required attribute "TYPE" not specified
<script></script>

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style></style> and type="text/javascript" for <script></script>.

Line 900, Column 77: cannot generate system identifier for general entity "nb..."
… В отличие от прежних версий игры, действие в долгожданной&nb...

An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.

If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

Line 900, Column 77: general entity "nb..." not defined and no default entity
… В отличие от прежних версий игры, действие в долгожданной&nb...

This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Sultan Dialiyev
Sultan Dialiyev
407