вот к примеру:
полное изображение

форум не в инете... доступ только из сети!Альтаир Бергадлер писал(а):Ну или для кошерности дать ссылку на сайт...
точно)))Пчелкин писал(а):Альтаир, стало интересно?
Он ведь говорит, форум в сети, доступа к инету нет.Альтаир Бергадлер писал(а):Так что вот вам сверхсекретный сайт http://validator.w3.org/ и проверьте файлы своего стиля.

Точно не могу сказать, какого именно характера ошибки он выводит (точно выводит ошибки CSS), но клик правой кнопкой мыши при положении курсора над каким-либо элементом форума, "просмотр кода элемента", открывается исходный код страницы, и в нижнем правом углу иконка ворнингов:Альтаир Бергадлер писал(а):А на гулехром такого нету?
Line 31, Column 20: document type does not allow element "P" hereThe 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).Код: Выделить всё
<!-- IF U_MCP --><p>[ <a href="{U_MCP}">{L_MCP}</a> ]</p><!-- ENDIF -…
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).
