Jump to content
  • 0

Проблема с валидацией


DImaN
 Share

Question

Валидатор http://validator.w3.org показывает, что на моем сайте 205 ошибок, но все эти ошибки такого характера:

, хотя у меня так: , а также отмечает все ", >... Как можно исправить это? Почему валидатор выдает ошибка там, где их нет?

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

код в студию

Скорее всего доктайп вот этот

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

,а при его использовании надо закрывать теги, которые не имеют закрывающего тега.

Например

<img src="image.jpg" alt="" />

Link to comment
Share on other sites

  • 0

вот он:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
{headers}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<META HTTP-EQUIV="Cache-Control" content=no-cache>
<meta http-equiv="imagetoolbar" content="no">
<meta name="keywords" content="some">
<link rel="shortcut icon" href="/images/dark_blue.ico">
<style type="text/css" media="all">
@import url(css/engine.css);
</style>
<style type="text/css" media="all">
@import url(css/style.css);
</style>
<style type="text/css">
html, body {
margin: 0px;
height: 100%;
}
#background {
position: absolute;
width: 100%;
height: 100%;
no-repeat;
background-attachment: fixed;
}
#body {
width: 100%;
height: 100%;
z-index: 1;
margin:0;
}

#table {
margin:50px 0px; padding:0px;
text-align:center;
}

.png { filter:expression(PNG(this)) }

</style>
<!-- Для любимых IE5-6 -->
<script language="javascript" src="css/png.js"></script>

<script type="text/javascript" src="/engine/skins/default.js"></script>
<script type="text/javascript" src="css/hltable.js"></script>

<style type="text/css">
th {border: 1px solid black; border-collapse: collapse;}
th {}


/* Определяем стили для подсвечивания строк */
.hoverRow { background-color: #b3d9dc; }
.clickedRow { background-color: #a1cbeb; }
</style>

<SCRIPT language="JavaScript">
var bookmarkurl="http://mylink"
var bookmarktitle="Templates"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</SCRIPT>

</head>

<body id="background" background="images/backgr.jpg" style="background-repeat : repeat-x;">

<table align="center" width="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="816">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="10" background="images/01.png" height="10" class="png"></td>
<td width="780" background="images/02.png" height="10" class="png"></td>
<td width="10" background="images/03.png" height="10" class="png"></td>
</tr>

и т.д. и т.п.

В принципе - человеческий код...

Link to comment
Share on other sites

  • 0

Исправил немного, в таком виде код проходит валидацию

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<META HTTP-EQUIV="Cache-Control" content=no-cache>
<meta http-equiv="imagetoolbar" content="no">
<meta name="keywords" content="some">
<link rel="shortcut icon" href="/images/dark_blue.ico">
<style type="text/css" media="all">
@import url(css/engine.css);
</style>
<style type="text/css" media="all">
@import url(css/style.css);
</style>
<style type="text/css">
html, body {
margin: 0px;
height: 100%;
}
#background {
position: absolute;
width: 100%;
height: 100%;
no-repeat;
background-attachment: fixed;
}
#body {
width: 100%;
height: 100%;
z-index: 1;
margin:0;
}

#table {
margin:50px 0px; padding:0px;
text-align:center;
}

.png { filter:expression(PNG(this)) }

</style>

<script language="javascript" src="{THEME}/css/png.js" type="text/javascript"></script>

<script type="text/javascript" src="/engine/skins/default.js"></script>
<script type="text/javascript" src="css/hltable.js"></script>

<style type="text/css">
th {border: 1px solid black; border-collapse: collapse;}
th {}
.hoverRow { background-color: #b3d9dc; }
.clickedRow { background-color: #a1cbeb; }
</style>

<SCRIPT language="JavaScript" type="text/javascript">
var bookmarkurl="http://mylink"
var bookmarktitle="Templates"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</SCRIPT>

</head>

<body id="background" background="images/backgr.jpg" style="background-repeat : repeat-x;">

<table align="center" width="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="816">
<table cellpadding="0" cellspacing="0">
<tr>
<td width="10" style="background:url(images/01.png);" height="10" class="png"></td>
<td width="780" style="background:url(images/02.png);" height="10" class="png"></td>
<td width="10" style="background:url(images/03.png);" height="10" class="png"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

Разбирайся...

Link to comment
Share on other sites

  • 0

Ну так возьми свой код, добавь в него title и проверь проходит ли в этом случае валидацию, если нет, смотри дальше, что я исправил. У тебя есть 2 варианта кода: валидный и невалидный, сравнивай их, учись искать ошибки, пригодится в будущем.

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