Guten Morgen,
habe noch 3 fehler auf meiner seite. Die ich schon gesucht, aber nicht wirklich eine lösung dafür gefunden habe.
Bin noch voll der n00b in sowas... :D
Validation Output: 3 Errors:
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 4, Column 69: document type does not allow element "meta" here; assuming missing "head" start-tag
<meta http-equiv="content-type" content="text/html; charset=utf-8" />[COLOR=#888888]✉[/COLOR]
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 118, Column 126: there is no attribute "type"
…o player" class="youtube-player" type="text/html" width="425" height="344" src…[COLOR=#888888]✉[/COLOR]
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
[*=left][Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png] Line 118, Column 362: "allowfullscreen" is not a member of a group specified for any attribute
…&rel=1&theme=dark" frameborder="0" allowfullscreen></iframe></span></p>
[LEFT]
Die letzten 2 kommen von diesen plugin: Smart Youtube PRO.
Soll ich beim ersten ein <head> irgendwo einsetzen oder muss ich eins wegnehmen?
[COLOR=#333333][FONT=sans-serif]Auszug aus der header.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php wp_title(''); if (function_exists('is_tag') and is_tag()) { ?><?php } if (is_archive()) { ?><?php } elseif (is_search()) { ?><?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { ?><?php _e(' | '); ?><?php } ?><?php bloginfo('name'); ?></title>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/comment-style.css" type="text/css" media="screen" />
<?php if (strtoupper(get_locale()) == 'JA') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/japanese.css" type="text/css" media="screen" />
<?php elseif (strtoupper(get_locale()) == 'HE_IL' || strtoupper(get_locale()) == 'FA_IR') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/rtl.css" type="text/css" media="screen" />
<?php endif; ?>
Alles anzeigen
WordPress 3.4.1.[/FONT][/COLOR][COLOR=#333333][FONT=sans-serif]
[/FONT][/COLOR]
Theme: Piano Black 2.2
Url: http://www.die-schnabeltiere.de
Thx, schonmal...
[/LEFT]