Jump to content
  • 0

Validation Output: 6 Errors


artrush
 Share

Question

Всем привет!

Хочу довести сайт до ума и сейчас занялся Валидностью кода!

Было 131 ошибка, но снизил все до 14

4 из них это noindex - бог с ним!

Но вот привожу 10 остальных!

document type does not allow element "div" here

…h +'px;height:'+ bigHeight +'px;z-index:9999;'+xPosBig+';top:-1000px;">');

document type does not allow element "div" here

…mbWidth +'px;height:'+ thumbHeight +'px;z-index:9999;'+xPos+':0px;top:0px;">');

end tag for "param" omitted, but OMITTAG NO was specified

…ad.ru/images/banners/butikparfum.swf"><embed src="http://onlin....

there is no attribute "src"

…s/banners/butikparfum.swf"><embed src="http://onlid.ru/images/banne…

there is no attribute "loop"

…/images/banners/butikparfum.swf" loop="false" pluginspage="http://www.macromed…

there is no attribute "pluginspage"

…kparfum.swf" loop="false" pluginspage="http://www.macromedia.com/go/get/flashp…

there is no attribute "type"

…cromedia.com/go/get/flashplayer" type="application/x-shockwave-flash" width="4…

there is no attribute "width"

…shplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>

there is no attribute "height"

…shplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>

element "embed" undefined

…shplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>

Прошу помощи устранить эти недочеты!

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

Мне валидатор показывает только 4 ошибки. И все четыре: «element "noindex" undefined.» Такого тега нет в спецификации. Больше ошибок нет... http://validator.w3.org/check?uri=http%3A%...Validator%2F1.1

UPD: Вы там что-то с сайтом делаете. Когда закончите — тогда и посмотрим.

Link to comment
Share on other sites

  • 0
Мне валидатор показывает только 4 ошибки. И все четыре: «element "noindex" undefined.» Такого тега нет в спецификации. Больше ошибок нет... http://validator.w3.org/check?uri=http%3A%...Validator%2F1.1

UPD: Вы там что-то с сайтом делаете. Когда закончите — тогда и посмотрим.

Все, можете смотреть!

Там просто два вида баннеров крутится!

Ошибки при показе swf

Валидатор проверяет HTML, а не PHP. всё Выше описанное вами к PHP не относится.

UPD: Убейте сообщение, за не надобностью

Но ведь ветка та

Форум HtmlBook.Ru » Основной форум » Проблемы верстки

Edited by artrush
Link to comment
Share on other sites

  • 0

Вместо noindex можно использовать <a href="..." rel="nofolow">ссылка</a>. Все поисковые роботы давно его понимают.

document type does not allow element "div" here - эта ошибка, скорее всего, означает, что вы пытаетесь вставить <div> в инлайн-элемент.

end tag for "param" omitted, but OMITTAG NO was specified - не закрыт <param>?

Link to comment
Share on other sites

  • 0
Вместо noindex можно использовать <a href="..." rel="nofolow">ссылка</a>. Все поисковые роботы давно его понимают.

document type does not allow element "div" here - эта ошибка, скорее всего, означает, что вы пытаетесь вставить <div> в инлайн-элемент.

end tag for "param" omitted, but OMITTAG NO was specified - не закрыт <param>?

пробовали nofollow, но яндекс ссылку видит!

По второму немного не понял!

Там идет скрипт отгибающегося угла страницы!

Пробовали его засунуть в файл скрипта, но не получилось!

Link to comment
Share on other sites

  • 0
пруфлинк, а вообще, если критично, то я бы с саппортом яндекса поговорил и выяснил че за фигня.

статья то хорошая, но все-равно надо пробовать! спасибо!

И как теперь скрывать часть текста? ведь nofollow этого не делает!!!

Edited by artrush
Link to comment
Share on other sites

  • 0

проблему с флешем решил так

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="$width" height="$height" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" border="0">

<param name="movie" value="$imageurl" />

<!--[if !IE]>-->

<object type="application/x-shockwave-flash" data="$imageurl" width="$width" height="$height">

<!--<![endif]-->

alt content

<!--[if !IE]>-->

</object>

<!--<![endif]-->

</object>

Осталось еще 3 проблемки!

Помогите

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