Проверил форум Валидатором, нашлось 16 ошибок, практически все исправил - осталось 2.
Помогите пож., а то уже мозгов не хватает:
1-я:
Line 145, Column 25: document type does not allow element "style" here
<style type="text/css">
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).
Код: Выделить всё
<a name="start_here"></a>
<div id="page-body">
<style type="text/css">
<!--
.box
{
font-size: 12px;
}
.box a
{
color: #293946;
}
.box a:visited
{
color: #293946;
}
.box a:hover
{
color: #255c89;
}
-->
</style>Line 920, Column 9: end tag for "div" omitted, but OMITTAG NO was specified
</body>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Код: Выделить всё
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
</div>
</body>
</html>
