Errors found while checking this document as HTML 4.01 Transitional!

Result: 84 Errors, 35 warning(s)
:
: iso-8859-1
: HTML 4.01 Transitional
Root Element: html
Options

Help on the options is available.

Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Warning Character Encoding Override in effect!

    The detected character encoding "utf-8" has been suppressed and "iso-8859-1" used instead.

  2. Warning DOCTYPE Override in effect!

    The detected DOCTYPE Declaration "<!DOCTYPE html>" has been suppressed and the DOCTYPE for "HTML 4.01 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

↑ Top

Validation Output: 84 Errors

  1. Warning Line 4, Column 70: NET-enabling start-tag requires SHORTTAG YES
    		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  2. Error Line 4, Column 71: character data is not allowed here
    		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

    • putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
    • forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
    • using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  3. Warning Line 6, Column 55: NET-enabling start-tag requires SHORTTAG YES
    		<meta http-equiv="Content-language" content="de-DE" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  4. Warning Line 7, Column 53: NET-enabling start-tag requires SHORTTAG YES
    		<link rel="profile" href="http://gmpg.org/xfn/11" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  5. Error Line 7, Column 53: document type does not allow element "LINK" here
    		<link rel="profile" href="http://gmpg.org/xfn/11" />

    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).

    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).

  6. Warning Line 8, Column 128: NET-enabling start-tag requires SHORTTAG YES
    …ngster-see.de/wp-content/themes/sight/images/favico.ico" type="image/x-icon" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  7. Error Line 8, Column 128: document type does not allow element "LINK" here
    …ngster-see.de/wp-content/themes/sight/images/favico.ico" type="image/x-icon" />

    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).

    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).

  8. Warning Line 9, Column 45: NET-enabling start-tag requires SHORTTAG YES
    		<link rel='dns-prefetch' href='//s.w.org' />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  9. Error Line 9, Column 45: document type does not allow element "LINK" here
    		<link rel='dns-prefetch' href='//s.w.org' />

    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).

    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).

  10. Warning Line 10, Column 143: NET-enabling start-tag requires SHORTTAG YES
    …rein Wollingster See e.V. &raquo; Feed" href="http://www.wollingster-see.de" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  11. Error Line 10, Column 143: document type does not allow element "LINK" here
    …rein Wollingster See e.V. &raquo; Feed" href="http://www.wollingster-see.de" />

    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).

    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).

  12. Warning Line 11, Column 173: NET-enabling start-tag requires SHORTTAG YES
    …uo; Kommentar-Feed" href="http://www.wollingster-see.de/?feed=comments-rss2" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  13. Error Line 11, Column 173: document type does not allow element "LINK" here
    …uo; Kommentar-Feed" href="http://www.wollingster-see.de/?feed=comments-rss2" />

    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).

    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).

  14. Error Line 16, 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).

    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).

  15. Warning Line 30, Column 177: NET-enabling start-tag requires SHORTTAG YES
    …css/dist/block-library/style.min.css?ver=5.5.13' type='text/css' media='all' />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  16. Error Line 30, Column 177: document type does not allow element "LINK" here
    …css/dist/block-library/style.min.css?ver=5.5.13' type='text/css' media='all' />

    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).

    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).

  17. Warning Line 31, Column 156: NET-enabling start-tag requires SHORTTAG YES
    …de/wp-content/themes/sight/style.css?ver=5.5.13' type='text/css' media='all' />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  18. Error Line 31, Column 156: document type does not allow element "LINK" here
    …de/wp-content/themes/sight/style.css?ver=5.5.13' type='text/css' media='all' />

    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).

    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).

  19. Warning Line 35, Column 183: NET-enabling start-tag requires SHORTTAG YES
    …cybox/css/jquery.fancybox.min.css?ver=1.3.24' type='text/css' media='screen' />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  20. Error Line 35, Column 183: document type does not allow element "LINK" here
    …cybox/css/jquery.fancybox.min.css?ver=1.3.24' type='text/css' media='screen' />

    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).

    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).

  21. Error Line 36, Column 11: there is no attribute "ID"
    <style id='fancybox-inline-css' type='text/css'>

    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.

  22. Error Line 36, Column 48: document type does not allow element "STYLE" here
    <style id='fancybox-inline-css' 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).

    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).

  23. Error Line 39, Column 117: there is no attribute "ID"
    …de/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp' id='jquery-core-js'></script>

    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.

  24. Warning Line 42, Column 92: NET-enabling start-tag requires SHORTTAG YES
    …ngster-see.de/index.php?rest_route=/" /><link rel="EditURI" type="application/…

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  25. Error Line 42, Column 92: document type does not allow element "LINK" here
    …ngster-see.de/index.php?rest_route=/" /><link rel="EditURI" type="application/…

    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).

    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).

  26. Warning Line 42, Column 205: NET-enabling start-tag requires SHORTTAG YES
    …ion/rsd+xml" title="RSD" href="http://www.wollingster-see.de/xmlrpc.php?rsd" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  27. Error Line 42, Column 205: document type does not allow element "LINK" here
    …ion/rsd+xml" title="RSD" href="http://www.wollingster-see.de/xmlrpc.php?rsd" />

    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).

    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).

  28. Warning Line 43, Column 125: NET-enabling start-tag requires SHORTTAG YES
    …ifest+xml" href="http://www.wollingster-see.de/wp-includes/wlwmanifest.xml" /> 

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  29. Error Line 43, Column 125: document type does not allow element "LINK" here
    …ifest+xml" href="http://www.wollingster-see.de/wp-includes/wlwmanifest.xml" /> 

    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).

    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).

  30. Warning Line 44, Column 51: NET-enabling start-tag requires SHORTTAG YES
    <meta name="generator" content="WordPress 5.5.13" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  31. Error Line 44, Column 51: document type does not allow element "META" here
    <meta name="generator" content="WordPress 5.5.13" />

    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).

    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).

  32. Error Line 57, Column 10: end tag for element "HEAD" which is not open
    			</head>

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.

  33. Error Line 58, Column 25: document type does not allow element "BODY" here
    	<body class="home blog">

    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).

    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).

  34. Warning Line 62, Column 193: NET-enabling start-tag requires SHORTTAG YES
    …ogo_v08_290x128-transparent.png" alt="Förderverein Wollingster See e.V."/></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  35. Warning Line 69, Column 146: NET-enabling start-tag requires SHORTTAG YES
    …s.value='';" onblur="if(this.value=='') this.value='Search';" value="Search" />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  36. Error Line 69, Column 146: start tag for "LEGEND" omitted, but its declaration does not permit this
    …s.value='';" onblur="if(this.value=='') this.value='Search';" value="Search" />

  37. Error Line 71, Column 13: end tag for "LEGEND" omitted, but its declaration does not permit this
    		</fieldset>

    • You forgot to close a tag, or
    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

  38. Info Line 69, Column 4: start tag was here
    			<input name="s" type="text" onfocus="if(this.value=='Search') this.value='';…
  39. Error Line 79, Column 247: there is no attribute "ARIA-CURRENT"
    …<a href="http://www.wollingster-see.de" aria-current="page">Startseite</a></li>

    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.

  40. Error Line 82, Column 155: non SGML character number 132
    …enu-item-608"><a href="http://www.wollingster-see.de/?cat=12">Älteres</a></li>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  41. Error Line 92, Column 274: there is no attribute "LOADING"
    …tz Wetterkapriolen geglückt" loading="lazy" title="Schilfmahd trotz Wetterkap…

    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.

  42. Error Line 92, Column 339: there is no attribute "SRCSET"
    …otz Wetterkapriolen geglückt" srcset="http://www.wollingster-see.de/wp-conten…

    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.

  43. Error Line 92, Column 603: there is no attribute "SIZES"
    …01_141722-1-1024x462.jpg 1024w" sizes="(max-width: 640px) 100vw, 640px" /></a>…

    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.

  44. Warning Line 92, Column 637: NET-enabling start-tag requires SHORTTAG YES
    …zes="(max-width: 640px) 100vw, 640px" /></a>				<div class="post-category"><a …

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  45. Warning Line 105, Column 333: NET-enabling start-tag requires SHORTTAG YES
    …hnucken zur Landschaftspflege am See" /></a>				<div class="post-category"><a …

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  46. Warning Line 118, Column 347: NET-enabling start-tag requires SHORTTAG YES
    … -Förderverein stellt Infotafel auf" /></a>				<div class="post-category"><a …

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  47. Error Line 118, Column 448: non SGML character number 132
    …gster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollin…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  48. Warning Line 131, Column 432: NET-enabling start-tag requires SHORTTAG YES
    …schüre von Dr. Hans-Christoph Vahle" /></a>				<div class="post-category"><a …

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  49. Error Line 131, Column 533: non SGML character number 132
    …gster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollin…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  50. Error Line 174, Column 268: non SGML character number 159
    …¼tzung. Bisher wurde er bei seinen Maßnahmen auch durch Fördergelder der EU …

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  51. Error Line 179, Column 279: "DOWNLOAD" is not a member of a group specified for any attribute
    …0132-scaled.jpg" class="wp-block-file__button" download>Herunterladen</a></div>

  52. Warning Line 186, Column 556: NET-enabling start-tag requires SHORTTAG YES
    …-10_15-05-43-1280-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  53. Warning Line 203, Column 514: NET-enabling start-tag requires SHORTTAG YES
    …/uploads/IMG_1357-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  54. Error Line 221, Column 95: non SGML character number 132
    …gster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollin…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  55. Error Line 222, Column 113: non SGML character number 128
    …wird im Rahmen des EU-Life-Projektes „Atlantische Sandlandschaften“ geför…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  56. Error Line 222, Column 114: non SGML character number 158
    …ird im Rahmen des EU-Life-Projektes „Atlantische Sandlandschaften“ geförd…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  57. Error Line 222, Column 144: non SGML character number 128
    …n des EU-Life-Projektes „Atlantische Sandlandschaften“ gefördert.</a></h2>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  58. Error Line 222, Column 145: non SGML character number 156
    …n des EU-Life-Projektes „Atlantische Sandlandschaften“ gefördert.</a></h2>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  59. Error Line 229, Column 55: non SGML character number 128
    …0 hat sich wieder einiges an unserem „Heidesee“ getan. Der BUND Unterweser…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  60. Error Line 229, Column 56: non SGML character number 158
    … hat sich wieder einiges an unserem „Heidesee“ getan. Der BUND Unterweser …

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  61. Error Line 229, Column 66: non SGML character number 128
    …wieder einiges an unserem „Heidesee“ getan. Der BUND Unterweser hat Förde…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  62. Error Line 229, Column 67: non SGML character number 156
    …ieder einiges an unserem „Heidesee“ getan. Der BUND Unterweser hat Förder…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  63. Error Line 229, Column 268: non SGML character number 130
    …chutz (NLWKN) beantragt. Etwa 30.000 € Fördermittel wurden bewilligt, nachd…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  64. Error Line 229, Column 370: non SGML character number 128
    …turschutzbehörde und vielen Stellen „abgestimmt“ war (u.a. Gemeinde, unse…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  65. Error Line 229, Column 371: non SGML character number 158
    …urschutzbehörde und vielen Stellen „abgestimmt“ war (u.a. Gemeinde, unser…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  66. Error Line 229, Column 383: non SGML character number 128
    …¶rde und vielen Stellen „abgestimmt“ war (u.a. Gemeinde, unser Fördervere…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  67. Error Line 229, Column 384: non SGML character number 156
    …rde und vielen Stellen „abgestimmt“ war (u.a. Gemeinde, unser Förderverei…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  68. Error Line 229, Column 433: non SGML character number 128
    … Gemeinde, unser Förderverein). Die „Bauaufsicht“&nbsp;&raquo;&nbsp;<a hr…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  69. Error Line 229, Column 434: non SGML character number 158
    …Gemeinde, unser Förderverein). Die „Bauaufsicht“&nbsp;&raquo;&nbsp;<a hre…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  70. Error Line 229, Column 447: non SGML character number 128
    …er Förderverein). Die „Bauaufsicht“&nbsp;&raquo;&nbsp;<a href="http://www…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  71. Error Line 229, Column 448: non SGML character number 156
    …r Förderverein). Die „Bauaufsicht“&nbsp;&raquo;&nbsp;<a href="http://www.…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  72. Warning Line 236, Column 721: NET-enabling start-tag requires SHORTTAG YES
    …e-Sandlanschaften-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  73. Error Line 238, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  74. Warning Line 253, Column 570: NET-enabling start-tag requires SHORTTAG YES
    …ploads/Ablaufrohr-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  75. Error Line 255, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  76. Error Line 270, Column 257: non SGML character number 128
    …l wp-post-image" alt="Sonderheft der „Bremer Beiträge für Naturkunde u. Na…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  77. Error Line 270, Column 258: non SGML character number 158
    … wp-post-image" alt="Sonderheft der „Bremer Beiträge für Naturkunde u. Nat…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  78. Error Line 270, Column 307: non SGML character number 128
    …träge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" …

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  79. Error Line 270, Column 308: non SGML character number 156
    …räge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" l…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  80. Error Line 270, Column 385: non SGML character number 128
    …loading="lazy" title="Sonderheft der „Bremer Beiträge für Naturkunde u. Na…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  81. Error Line 270, Column 386: non SGML character number 158
    …oading="lazy" title="Sonderheft der „Bremer Beiträge für Naturkunde u. Nat…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  82. Error Line 270, Column 435: non SGML character number 128
    …träge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" …

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  83. Error Line 270, Column 436: non SGML character number 156
    …räge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" s…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  84. Warning Line 270, Column 680: NET-enabling start-tag requires SHORTTAG YES
    …oads/Sonderheft-1-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  85. Error Line 272, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  86. Error Line 273, Column 71: non SGML character number 128
    …ngster-see.de/?p=616">Sonderheft der „Bremer Beiträge für Naturkunde u. Na…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  87. Error Line 273, Column 72: non SGML character number 158
    …gster-see.de/?p=616">Sonderheft der „Bremer Beiträge für Naturkunde u. Nat…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  88. Error Line 273, Column 121: non SGML character number 128
    …träge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer</…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  89. Error Line 273, Column 122: non SGML character number 156
    …räge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer</a…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  90. Error Line 280, Column 25: non SGML character number 128
    				Ein Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ ü…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  91. Error Line 280, Column 26: non SGML character number 158
    				Ein Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ ü…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  92. Error Line 280, Column 75: non SGML character number 128
    …träge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer i…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  93. Error Line 280, Column 76: non SGML character number 156
    …räge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer in…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  94. Error Line 280, Column 317: non SGML character number 159
    …Rachor zur Entwicklung und zu Hilfsmaßnahmen für unseren See:            			…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  95. Warning Line 287, Column 524: NET-enabling start-tag requires SHORTTAG YES
    …-4-e1413146397858-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  96. Error Line 289, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  97. Error Line 297, Column 249: non SGML character number 159
    …r einiges durcheinander gebracht. Große Uferbereiche sind trocken gefallen; d…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  98. Error Line 297, Column 356: non SGML character number 128
    … wie selten zuvor (15,00 m über NN; „normal&#8221; sind&nbsp;&raquo;&nbsp;<…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  99. Error Line 297, Column 357: non SGML character number 158
    …wie selten zuvor (15,00 m über NN; „normal&#8221; sind&nbsp;&raquo;&nbsp;<a…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  100. Warning Line 304, Column 528: NET-enabling start-tag requires SHORTTAG YES
    …/uploads/IMG_0013-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  101. Error Line 306, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  102. Error Line 314, Column 12: non SGML character number 159
    				Die außerordentlichen Dürren vom Sommer und Herbst in den Jahren 2018 bis…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  103. Warning Line 321, Column 572: NET-enabling start-tag requires SHORTTAG YES
    …lingster-See-2018-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  104. Error Line 323, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  105. Warning Line 338, Column 592: NET-enabling start-tag requires SHORTTAG YES
    …tent/uploads/DLRG-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  106. Error Line 340, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  107. Error Line 348, Column 174: non SGML character number 159
    …ingebracht werden konnte. Ziel der Maßnahme ist es, den Wasserablauf des Woll…

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  108. Warning Line 355, Column 559: NET-enabling start-tag requires SHORTTAG YES
    …loads/Kaulquappen-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  109. Error Line 357, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  110. Warning Line 372, Column 512: NET-enabling start-tag requires SHORTTAG YES
    …nt/uploads/Frosch-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  111. Error Line 374, Column 95: non SGML character number 132
    … href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>

    You have used an illegal character in your text. HTML uses the standard UNICODE Consortium character repertoire, and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159 inclusive) that are sometimes used for typographical quote marks and similar in proprietary character sets. The validator has found one of these undefined characters in your document. The character may appear on your browser as a curly quote, or a trademark symbol, or some other fancy glyph; on a different computer, however, it will likely appear as a completely different character, or nothing at all.

    Your best bet is to replace the character with the nearest equivalent ASCII character, or to use an appropriate character entity. For more information on Character Encoding on the web, see Alan Flavell's excellent HTML Character Set Issues reference.

    This error can also be triggered by formatting characters embedded in documents by some word processors. If you use a word processor to edit your HTML documents, be sure to use the "Save as ASCII" or similar command to save the document without formatting information.

  112. Error Line 399, Column 255: required attribute "ALT" not specified
    …see.de/wp-content/uploads/200px-Naturschutzgebiet_Niedersachsen.png"></p></div>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  113. Error Line 400, Column 318: required attribute "ALT" not specified
    …src="http://wollingster-see.de/wp-content/uploads/150px-BUND-Logo.png"></a></p>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  114. Error Line 402, Column 203: required attribute "ALT" not specified
    …g src="http://wollingster-see.de/wp-content/uploads/130px-Leader-Logo.jpg"></p>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  115. Error Line 402, Column 207: end tag for "A" omitted, but its declaration does not permit this
    …g src="http://wollingster-see.de/wp-content/uploads/130px-Leader-Logo.jpg"></p>

    • You forgot to close a tag, or
    • you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

    The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

  116. Info Line 402, Column 29: start tag was here
    <p style="margin-left:40px"><a href="http://ec.europa.eu/agriculture/rur/leader…
  117. Error Line 404, Column 201: required attribute "ALT" not specified
    …lingster-see.de/wp-content/uploads/150px-Bingostiftung-Logo.png"></a></p></div>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

  118. Warning Line 412, Column 33: NET-enabling start-tag requires SHORTTAG YES
    					All Rights Reserved.--><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

  119. Warning Line 415, Column 91: NET-enabling start-tag requires SHORTTAG YES
    …"credits">Based on a design by <a href="http://wpshower.com">WPSHOWER</a><br />

    For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.

    This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- <!DOCTYPE html> -->
  2. <html lang="de-DE">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Förderverein Wollingster See e.V. | </title>
  6. <meta http-equiv="Content-language" content="de-DE" />
  7. <link rel="profile" href="http://gmpg.org/xfn/11" />
  8. <link rel="shortcut icon" href="http://www.wollingster-see.de/wp-content/themes/sight/images/favico.ico" type="image/x-icon" />
  9. <link rel='dns-prefetch' href='//s.w.org' />
  10. <link rel="alternate" type="application/rss+xml" title="Förderverein Wollingster See e.V. &raquo; Feed" href="http://www.wollingster-see.de" />
  11. <link rel="alternate" type="application/rss+xml" title="Förderverein Wollingster See e.V. &raquo; Kommentar-Feed" href="http://www.wollingster-see.de/?feed=comments-rss2" />
  12. <script type="text/javascript">
  13. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.wollingster-see.de\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.5.13"}};
  14. !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
  15. </script>
  16. <style type="text/css">
  17. img.wp-smiley,
  18. img.emoji {
  19. display: inline !important;
  20. border: none !important;
  21. box-shadow: none !important;
  22. height: 1em !important;
  23. width: 1em !important;
  24. margin: 0 .07em !important;
  25. vertical-align: -0.1em !important;
  26. background: none !important;
  27. padding: 0 !important;
  28. }
  29. </style>
  30. <link rel='stylesheet' id='wp-block-library-css' href='http://www.wollingster-see.de/wp-includes/css/dist/block-library/style.min.css?ver=5.5.13' type='text/css' media='all' />
  31. <link rel='stylesheet' id='sight-style-css' href='http://www.wollingster-see.de/wp-content/themes/sight/style.css?ver=5.5.13' type='text/css' media='all' />
  32. <!--[if IE]>
  33. <link rel='stylesheet' id='sight-ie-css' href='http://www.wollingster-see.de/wp-content/themes/sight/ie.css?ver=20131217' type='text/css' media='all' />
  34. <![endif]-->
  35. <link rel='stylesheet' id='fancybox-css' href='http://www.wollingster-see.de/wp-content/plugins/easy-fancybox/css/jquery.fancybox.min.css?ver=1.3.24' type='text/css' media='screen' />
  36. <style id='fancybox-inline-css' type='text/css'>
  37. #fancybox-outer{background:#fff}#fancybox-content{background:#fff;border-color:#fff;color:inherit;}
  38. </style>
  39. <script type='text/javascript' src='http://www.wollingster-see.de/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp' id='jquery-core-js'></script>
  40. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/themes/sight/js/jquery.cycle.all.min.js?ver=20131219' id='cycle-js'></script>
  41. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/themes/sight/js/jquery.cookie.js?ver=20131219' id='cookie-js'></script>
  42. <link rel="https://api.w.org/" href="http://www.wollingster-see.de/index.php?rest_route=/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.wollingster-see.de/xmlrpc.php?rsd" />
  43. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.wollingster-see.de/wp-includes/wlwmanifest.xml" />
  44. <meta name="generator" content="WordPress 5.5.13" />
  45. <script type="text/javascript">
  46. (function($) {
  47. $(function() {
  48. $('#slideshow').cycle({
  49. fx: 'scrollHorz',
  50. timeout: 7000,
  51. next: '#rarr',
  52. prev: '#larr'
  53. });
  54. })
  55. })(jQuery)
  56. </script>
  57. </head>
  58. <body class="home blog">
  59. <div class="wrapper">
  60. <div class="header clear">
  61. <div class="logo">
  62. <a href="http://www.wollingster-see.de"><img src="http://wollingster-see.de/wp-content/uploads/2012/04/Wollinger-Logo_v08_290x128-transparent.png" alt="Förderverein Wollingster See e.V."/></a>
  63. </div>
  64. <div class="search_form">
  65. <form method="get" id="searchform" action="http://www.wollingster-see.de">
  66. <fieldset>
  67. <input name="s" type="text" onfocus="if(this.value=='Search') this.value='';" onblur="if(this.value=='') this.value='Search';" value="Search" />
  68. <button type="submit"></button>
  69. </fieldset>
  70. </form>
  71. </div>
  72. <div class="menu"><ul id="menu-top-menu" class=""><li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="http://www.wollingster-see.de/?page_id=61">Impressum</a></li>
  73. <li id="menu-item-71" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-71"><a href="http://www.wollingster-see.de/?page_id=66">Datenschutz</a></li>
  74. </ul></div> </div>
  75. <div class="nav"><ul id="dd" class="dd"><li id="menu-item-27" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-27"><a href="http://www.wollingster-see.de" aria-current="page">Startseite</a></li>
  76. <li id="menu-item-555" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-555"><a href="http://www.wollingster-see.de/?cat=7">Der Förderverein</a></li>
  77. <li id="menu-item-36" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-36"><a href="http://www.wollingster-see.de/?cat=11">Aktuelles</a></li>
  78. <li id="menu-item-608" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-608"><a href="http://www.wollingster-see.de/?cat=12">Älteres</a></li>
  79. <li id="menu-item-643" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-643"><a href="http://www.wollingster-see.de/?cat=13">Flyer</a></li>
  80. </ul></div>
  81. <div class="slideshow">
  82. <div id="slideshow">
  83. <div class="slide clear">
  84. <div class="post">
  85. <a href="http://www.wollingster-see.de/?p=676"><img width="640" height="290" src="http://www.wollingster-see.de/wp-content/uploads/20221001_141722-1-640x290.jpg" class="attachment-slide size-slide wp-post-image" alt="Schilfmahd trotz Wetterkapriolen geglückt" loading="lazy" title="Schilfmahd trotz Wetterkapriolen geglückt" srcset="http://www.wollingster-see.de/wp-content/uploads/20221001_141722-1-640x290.jpg 640w, http://www.wollingster-see.de/wp-content/uploads/20221001_141722-1-300x135.jpg 300w, http://www.wollingster-see.de/wp-content/uploads/20221001_141722-1-1024x462.jpg 1024w" sizes="(max-width: 640px) 100vw, 640px" /></a> <div class="post-category"><a href="http://www.wollingster-see.de/?cat=11" rel="category">Aktuelles</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  86. <h2><a href="http://www.wollingster-see.de/?p=676">Schilfmahd trotz Wetterkapriolen geglückt</a></h2>
  87. <div class="post-meta"><!--by <span class="post-author"><a href="http://www.wollingster-see.de/?author=7" title="Posts by Maurice Neuwirth">Maurice Neuwirth</a></span> on <span class="post-date">Okt 3, 2022</span> &bull;-->
  88. <span>&nbsp;</span> <!---->
  89. </div>
  90. <div class="post-content">am vergangenen Samstag konnten wir die vier Stunden zwischen morgentlichem Sturmböen und nachmittäglichem Gewitterschauer nutzen, um uns trocken und vergnügt der Schilfmahd zu widmen. Mit einer Gruppe aus sieben Menschen&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=676" class="view-full-post-btn">Weiterlesen</a></div>
  91. </div>
  92. </div>
  93. <div class="slide clear">
  94. <div class="post">
  95. <a href="http://www.wollingster-see.de/?p=660"><img width="640" height="290" src="http://www.wollingster-see.de/wp-content/uploads/photo1658490528-4-640x290.jpeg" class="attachment-slide size-slide wp-post-image" alt="Heidschnucken zur Landschaftspflege am See" loading="lazy" title="Heidschnucken zur Landschaftspflege am See" /></a> <div class="post-category"><a href="http://www.wollingster-see.de/?cat=11" rel="category">Aktuelles</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  96. <h2><a href="http://www.wollingster-see.de/?p=660">Heidschnucken zur Landschaftspflege am See</a></h2>
  97. <div class="post-meta"><!--by <span class="post-author"><a href="http://www.wollingster-see.de/?author=7" title="Posts by Maurice Neuwirth">Maurice Neuwirth</a></span> on <span class="post-date">Jul 22, 2022</span> &bull;-->
  98. <span>&nbsp;</span> <!---->
  99. </div>
  100. <div class="post-content">Am vergangenen Montag haben wir Heinos Heidschnucken, 15 Muttertiere und 18 Lämmer, zum&nbsp;Weiden auf&nbsp;die Flächen des NSG Wollingster See gebracht. Sie entkusseln die Heide von Baum- und Strauchbewuchs und entnehmen&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=660" class="view-full-post-btn">Weiterlesen</a></div>
  101. </div>
  102. </div>
  103. <div class="slide clear">
  104. <div class="post">
  105. <a href="http://www.wollingster-see.de/?p=624"><img width="640" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Autobahn-Wolli-640x290.jpg" class="attachment-slide size-slide wp-post-image" alt="A 20 verhindern -Förderverein stellt Infotafel auf" loading="lazy" title="A 20 verhindern -Förderverein stellt Infotafel auf" /></a> <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  106. <h2><a href="http://www.wollingster-see.de/?p=624">A 20 verhindern -Förderverein stellt Infotafel auf</a></h2>
  107. <div class="post-meta"><!--by <span class="post-author"><a href="http://www.wollingster-see.de/?author=7" title="Posts by Maurice Neuwirth">Maurice Neuwirth</a></span> on <span class="post-date">Nov 10, 2020</span> &bull;-->
  108. <span>&nbsp;</span> <!---->
  109. </div>
  110. <div class="post-content">Könnt Ihr Euch vorstellen, dass hier eine Autobahn durch die Landschaft gebaut werden soll? Der Förderverein Wollingster See e.V. hat eine Infotafel aufgestellt, auf der die möglichen Folgewirkungen der geplanten&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=624" class="view-full-post-btn">Weiterlesen</a></div>
  111. </div>
  112. </div>
  113. <div class="slide clear">
  114. <div class="post">
  115. <a href="http://www.wollingster-see.de/?p=455"><img width="640" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Vahle-640x290.png" class="attachment-slide size-slide wp-post-image" alt="Der Wollingster See - Vermittler zwischen Himmel und Erde: Broschüre von Dr. Hans-Christoph Vahle" loading="lazy" title="Der Wollingster See - Vermittler zwischen Himmel und Erde: Broschüre von Dr. Hans-Christoph Vahle" /></a> <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  116. <h2><a href="http://www.wollingster-see.de/?p=455">Der Wollingster See &#8211; Vermittler zwischen Himmel und Erde: Broschüre von Dr. Hans-Christoph Vahle</a></h2>
  117. <div class="post-meta"><!--by <span class="post-author"><a href="http://www.wollingster-see.de/?author=4" title="Posts by Werner Junge">Werner Junge</a></span> on <span class="post-date">Mai 1, 2017</span> &bull;-->
  118. <span>&nbsp;</span> <!---->
  119. </div>
  120. <div class="post-content"></div>
  121. </div>
  122. </div>
  123. </div>
  124. <a href="javascript: void(0);" id="larr"></a>
  125. <a href="javascript: void(0);" id="rarr"></a>
  126. </div>
  127. <!-- Container -->
  128. <div id="container" class="clear">
  129. <!-- Content -->
  130. <div id="content">
  131. <div class="content-title">
  132. Willkommen <a href="javascript: void(0);" id="mode"></a>
  133. </div>
  134. <div id="loop" class="list clear">
  135. <div class="post clear post-7 type-post status-publish format-standard sticky hentry category-startseite" id="post_7">
  136. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  137. <h2><a href="http://www.wollingster-see.de/?p=7">Liebe Freunde des Wollingster Sees,</a></h2>
  138. <div class="post-meta">
  139. <span>&nbsp;</span> </div>
  140. <div class="post-content">
  141. <p>in der Wesermünder Geest zwischen den Orten Wollingst und Appeln in der Samtgemeinde Beverstedt, 20 km östlich von Bremerhaven, liegt der Wollingster See.</p>
  142. <p>Besonders war das hier in Deutschland nur noch einmalige gleichzeitige Vorkommen von Wasserlobelie, Strandling und Brachsenkraut. Letzteres ist seit einigen Jahren jedoch verschollen. Den Schutz und Erhalt dieses Kleinods hat sich der 1996 gegründete Förderverein Wollingster See e.V. zur Aufgabe gemacht.</p>
  143. <p>Der Förderverein agiert in enger Abstimmung mit der Naturschutzbehörde des Landkreises Cuxhaven. Zusätzlich findet er bei vielen interessierten Bürgern, bei Wissenschaftlern, Politikern und Verwaltungsangestellten Unterstützung. Bisher wurde er bei seinen Maßnahmen auch durch Fördergelder der EU (LeaderII), durch BingoLotto sowie den Landkreis Cuxhaven, die Gemeinde Beverstedt und den BUND unterstützt.</p>
  144. <p>Auf unserer Homepage wollen wir über unser Tun informieren und Aufklärungsarbeit über den Wollingster See leisten.</p>
  145. <p>Wir sind stark auf Ihre Unterstützung angewiesen! Ob Sie uns in Form von Geldleistungen (<a title="Spenden" href="http://wollingster-see.de/?p=58">Spenden</a> oder <a title="Mitglied werden" href="http://wollingster-see.de/?p=55">Mitgliedschaft</a>) oder uns mit Ihrer Arbeitskraft unterstützen wollen, jede Hilfe wird gebraucht und ist gern gesehen. Nehmen Sie mit uns <a title="Kontakt" href="http://wollingster-see.de/?page_id=64">Kontakt</a> auf!</p>
  146. <div class="wp-block-file"><a href="http://www.wollingster-see.de/wp-content/uploads/IMG_0132-scaled.jpg">Antragsformular zur Mitgliedschaft im Förderverein</a><a href="http://www.wollingster-see.de/wp-content/uploads/IMG_0132-scaled.jpg" class="wp-block-file__button" download>Herunterladen</a></div>
  147. </div>
  148. </div>
  149. <div class="post clear post-658 type-post status-publish format-standard has-post-thumbnail hentry category-news category-startseite" id="post_658">
  150. <a href="http://www.wollingster-see.de/?p=658" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/2014-10-10_15-05-43-1280-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Einladung zur Schilfmahd" loading="lazy" title="Einladung zur Schilfmahd" srcset="http://www.wollingster-see.de/wp-content/uploads/2014-10-10_15-05-43-1280-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/2014-10-10_15-05-43-1280-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  151. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=11" rel="category">Aktuelles</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  152. <h2><a href="http://www.wollingster-see.de/?p=658">Einladung zur Schilfmahd</a></h2>
  153. <div class="post-meta">
  154. geschrieben von <span class="post-author"><a href="http://www.wollingster-see.de/?author=7" title="Beiträge von Maurice Neuwirth">Maurice Neuwirth</a></span> am <span class="post-date">Jul 22, 2022</span> <span>&nbsp;</span> </div>
  155. <div class="post-content">
  156. Liebe interessierte Menschen, welche sich für den Schutz des Wollingster Sees einsetzen möchten. Wir treffen uns am Samstag den 03. September´ 22 um 10 Uhr zur Schilfmahd am Wollingster See. Gerätschaften sind vorhanden. Eigene Handschuhe wären wünschenswert. Für ein Mittagessen sowie Kaffee &amp; Kuchen ist gesorgt. Warum ist die Schilfmahd wichtig? Das Schilf hindert den&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=658" class="view-full-post-btn">Weiterlesen</a>
  157. </div>
  158. </div>
  159. <div class="post clear post-653 type-post status-publish format-standard has-post-thumbnail hentry category-news category-startseite" id="post_653">
  160. <a href="http://www.wollingster-see.de/?p=653" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/IMG_1357-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Der Otterstedter See in Not" loading="lazy" title="Der Otterstedter See in Not" srcset="http://www.wollingster-see.de/wp-content/uploads/IMG_1357-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/IMG_1357-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  161. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=11" rel="category">Aktuelles</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  162. <h2><a href="http://www.wollingster-see.de/?p=653">Der Otterstedter See in Not</a></h2>
  163. <div class="post-meta">
  164. geschrieben von <span class="post-author"><a href="http://www.wollingster-see.de/?author=7" title="Beiträge von Maurice Neuwirth">Maurice Neuwirth</a></span> am <span class="post-date">Sep 10, 2021</span> <span>&nbsp;</span> </div>
  165. <div class="post-content">
  166. Ein Wissenstransfer über Erkenntnisse und Erfahrungen am Wollingster See sollen dem Otterstedter See zu Gute kommen. Im Elbe-Weser-Dreieck gibt es drei Seen eiszeitlichen Ursprungs, die in früheren Zeiten als tiefe oligotrophe Heideseen benannt werden konnten. Der Wollingster See (Gemeinde Beverstedt, LK Cuxhaven) und der Silber See (Gemeinde Schiffdorf, LK Cuxhaven) im mittleren Teil des Elbe-Weser-Dreiecks&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=653" class="view-full-post-btn">Weiterlesen</a>
  167. </div>
  168. </div>
  169. <div class="post clear post-646 type-post status-publish format-standard hentry category-aelteres category-startseite" id="post_646">
  170. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a> / <a href="http://www.wollingster-see.de/?cat=5" rel="category">Startseite</a></div>
  171. <h2><a href="http://www.wollingster-see.de/?p=646">Der Wollingster See wird im Rahmen des EU-Life-Projektes „Atlantische Sandlandschaften“ gefördert.</a></h2>
  172. <div class="post-meta">
  173. <span>&nbsp;</span> </div>
  174. <div class="post-content">
  175. Im Jahre 2020 hat sich wieder einiges an unserem „Heidesee“ getan. Der BUND Unterweser hat Fördermittel der EU und des Landes Niedersachsen beim Niedersächsischen Landesbetrieb für Wasserwirtschaft, Küsten- und Naturschutz (NLWKN) beantragt. Etwa 30.000 € Fördermittel wurden bewilligt, nachdem der Antrag mit der Naturschutzbehörde und vielen Stellen „abgestimmt“ war (u.a. Gemeinde, unser Förderverein). Die „Bauaufsicht“&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=646" class="view-full-post-btn">Weiterlesen</a>
  176. </div>
  177. </div>
  178. <div class="post clear post-627 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_627">
  179. <a href="http://www.wollingster-see.de/?p=627" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Atlantische-Sandlanschaften-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="See ist Teil des Förderprogramms: Integriertes LIFE- Projekt &quot;Atlantische Sandlandschaften&quot;" loading="lazy" title="See ist Teil des Förderprogramms: Integriertes LIFE- Projekt &quot;Atlantische Sandlandschaften&quot;" srcset="http://www.wollingster-see.de/wp-content/uploads/Atlantische-Sandlanschaften-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Atlantische-Sandlanschaften-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  180. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  181. <h2><a href="http://www.wollingster-see.de/?p=627">See ist Teil des Förderprogramms: Integriertes LIFE- Projekt &#8220;Atlantische Sandlandschaften&#8221;</a></h2>
  182. <div class="post-meta">
  183. <span>&nbsp;</span> </div>
  184. <div class="post-content">
  185. </div>
  186. </div>
  187. <div class="post clear post-493 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_493">
  188. <a href="http://www.wollingster-see.de/?p=493" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Ablaufrohr-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Tiefenwasserentnahme durch ein Olszewski- Ablaufrohr" loading="lazy" title="Tiefenwasserentnahme durch ein Olszewski- Ablaufrohr" srcset="http://www.wollingster-see.de/wp-content/uploads/Ablaufrohr-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Ablaufrohr-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  189. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  190. <h2><a href="http://www.wollingster-see.de/?p=493">Tiefenwasserentnahme durch ein Olszewski- Ablaufrohr</a></h2>
  191. <div class="post-meta">
  192. <span>&nbsp;</span> </div>
  193. <div class="post-content">
  194. Bei einer Begehung der Taucher vom AWI vertiefte sich die Idee, die im Grunde des See befindliche nährstoffreiche &#8220;Brühe&#8221; in den Ablaufgraben abzuleiten. Da die Windpumpe hierfür bereits ausgefallen war, haben wir uns für eine Grundwasserentnahme durch ein Olszewski-Ablauf-Rohr entschieden. &nbsp; Mit Hilfe der Unteren Naturschutzbehörde des Landkreises wird diese PE-Leitung vom Grunde des Sees&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=493" class="view-full-post-btn">Weiterlesen</a>
  195. </div>
  196. </div>
  197. <div class="post clear post-616 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_616">
  198. <a href="http://www.wollingster-see.de/?p=616" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Sonderheft-1-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" loading="lazy" title="Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer" srcset="http://www.wollingster-see.de/wp-content/uploads/Sonderheft-1-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Sonderheft-1-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  199. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  200. <h2><a href="http://www.wollingster-see.de/?p=616">Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer</a></h2>
  201. <div class="post-meta">
  202. <span>&nbsp;</span> </div>
  203. <div class="post-content">
  204. Ein Sonderheft der „Bremer Beiträge für Naturkunde u. Naturschutz“ über nährstoffarme Stillgewässer in der nordwestdeutschen Geest mit besonderer Betrachtung des Wollingster See ist 2019 als Band 9 erschienen. Es enthält u.a. einen ausführlichen Beitrag von Eike Rachor zur Entwicklung und zu Hilfsmaßnahmen für unseren See:
  205. </div>
  206. </div>
  207. <div class="post clear post-334 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_334">
  208. <a href="http://www.wollingster-see.de/?p=334" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/WoS-4-e1413146397858-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Lobelienblüte" loading="lazy" title="Lobelienblüte" srcset="http://www.wollingster-see.de/wp-content/uploads/WoS-4-e1413146397858-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/WoS-4-e1413146397858-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  209. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  210. <h2><a href="http://www.wollingster-see.de/?p=334">Lobelienblüte</a></h2>
  211. <div class="post-meta">
  212. <span>&nbsp;</span> </div>
  213. <div class="post-content">
  214. Einige Lobelien am östlichen Seeufer blühen jetzt im Oktober 2020 zum zweiten Mal in diesem Jahr. Normalerweise sind Blüten nur im Frühsommer zu sehen. Aber die starke Trockenheit hat auch in diesem Jahr einiges durcheinander gebracht. Große Uferbereiche sind trocken gefallen; der Wasserstand ist so niedrig wie selten zuvor (15,00 m über NN; „normal&#8221; sind&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=334" class="view-full-post-btn">Weiterlesen</a>
  215. </div>
  216. </div>
  217. <div class="post clear post-527 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_527">
  218. <a href="http://www.wollingster-see.de/?p=527" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/IMG_0013-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Seespiegel so niedrig wie noch nie" loading="lazy" title="Seespiegel so niedrig wie noch nie" srcset="http://www.wollingster-see.de/wp-content/uploads/IMG_0013-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/IMG_0013-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  219. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  220. <h2><a href="http://www.wollingster-see.de/?p=527">Seespiegel so niedrig wie noch nie</a></h2>
  221. <div class="post-meta">
  222. <span>&nbsp;</span> </div>
  223. <div class="post-content">
  224. Die außerordentlichen Dürren vom Sommer und Herbst in den Jahren 2018 bis 2020 haben auch dem zuflusslosen See gewaltig zugesetzt, zumal die Winter regenarm blieben. Mit nur 14,84 m über dem Meeresspiegel war der Seespiegel Mitte Oktober 2018 so niedrig wie noch nie. Der Pegelstand ist meistens im Spätsommer deutlich höher, bei mehr als 15,10&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=527" class="view-full-post-btn">Weiterlesen</a>
  225. </div>
  226. </div>
  227. <div class="post clear post-514 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_514">
  228. <a href="http://www.wollingster-see.de/?p=514" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Putztag-Wollingster-See-2018-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Putztag am Wollingster See" loading="lazy" title="Putztag am Wollingster See" srcset="http://www.wollingster-see.de/wp-content/uploads/Putztag-Wollingster-See-2018-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Putztag-Wollingster-See-2018-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  229. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  230. <h2><a href="http://www.wollingster-see.de/?p=514">Putztag am Wollingster See</a></h2>
  231. <div class="post-meta">
  232. <span>&nbsp;</span> </div>
  233. <div class="post-content">
  234. Vor vielen tausend Jahren aus einer unterirdischen Eislinse entstanden, zählt der Wollingster See zu den ganz besonderen Natur-Kostbarkeiten dieser Region. Um diese Einmaligkeit zu erhalten, sind allerdings erhebliche Anstrengungen erforderlich, denn die Natur selbst und insbesondere aber die Menschen verändern immer wieder das ursprüngliche Erscheinungsbild. Es ist ein ganz normaler Vorgang, wenn die Natur versucht,&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=514" class="view-full-post-btn">Weiterlesen</a>
  235. </div>
  236. </div>
  237. <div class="post clear post-500 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_500">
  238. <a href="http://www.wollingster-see.de/?p=500" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/DLRG-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Tiefenwasser Ablauf (Olszewski Rohr) in den Wollingster See eingebracht" loading="lazy" title="Tiefenwasser Ablauf (Olszewski Rohr) in den Wollingster See eingebracht" srcset="http://www.wollingster-see.de/wp-content/uploads/DLRG-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/DLRG-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  239. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  240. <h2><a href="http://www.wollingster-see.de/?p=500">Tiefenwasser Ablauf (Olszewski Rohr) in den Wollingster See eingebracht</a></h2>
  241. <div class="post-meta">
  242. <span>&nbsp;</span> </div>
  243. <div class="post-content">
  244. Am 21.07.2018 war es nach geraumen Vorarbeiten soweit, dass ein Tiefenwasser Ablauf&nbsp; (Olszewski Rohr) in den Wollingster See eingebracht werden konnte. Ziel der Maßnahme ist es, den Wasserablauf des Wollingster Sees zu modifizieren. Statt des&nbsp;sauerstoffreichen Obeflächenwassers soll künftig das&nbsp;sauerstofffreie und trübe&nbsp;Tiefenwasser ablaufen. Um dieses Ziel zu erreichen wurde unter Anleitung des Förderverein Wollingster See, drei&nbsp;&raquo;&nbsp;<a href="http://www.wollingster-see.de/?p=500" class="view-full-post-btn">Weiterlesen</a>
  245. </div>
  246. </div>
  247. <div class="post clear post-489 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_489">
  248. <a href="http://www.wollingster-see.de/?p=489" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Kaulquappen-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Tausende Kaulquappen fühlen sich im See wohl" loading="lazy" title="Tausende Kaulquappen fühlen sich im See wohl" srcset="http://www.wollingster-see.de/wp-content/uploads/Kaulquappen-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Kaulquappen-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  249. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  250. <h2><a href="http://www.wollingster-see.de/?p=489">Tausende Kaulquappen fühlen sich im See wohl</a></h2>
  251. <div class="post-meta">
  252. <span>&nbsp;</span> </div>
  253. <div class="post-content">
  254. Am Seebergufer sind tausende Kaulquappen im recht warmen Flachwasser aktiv (wohl von Erdkröten).
  255. </div>
  256. </div>
  257. <div class="post clear post-483 type-post status-publish format-standard has-post-thumbnail hentry category-aelteres" id="post_483">
  258. <a href="http://www.wollingster-see.de/?p=483" class="thumb"><img width="290" height="290" src="http://www.wollingster-see.de/wp-content/uploads/Frosch-290x290.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Schöne balzende Moorfrösche" loading="lazy" title="Schöne balzende Moorfrösche" srcset="http://www.wollingster-see.de/wp-content/uploads/Frosch-290x290.jpg 290w, http://www.wollingster-see.de/wp-content/uploads/Frosch-50x50.jpg 50w" sizes="(max-width: 290px) 100vw, 290px" /></a>
  259. <div class="post-category"><a href="http://www.wollingster-see.de/?cat=12" rel="category">Älteres</a></div>
  260. <h2><a href="http://www.wollingster-see.de/?p=483">Schöne balzende Moorfrösche</a></h2>
  261. <div class="post-meta">
  262. <span>&nbsp;</span> </div>
  263. <div class="post-content">
  264. Jetzt, an der ersten fast sommerlichen Tagen laichen auch die seltenen Moorfrösche wieder am See. Die prächtig blau-grau gefärbten Männchen sind dann in ihrem Paarungskleid besonders auffällig.
  265. </div>
  266. </div>
  267. </div>
  268. <div class="pagination">
  269. <a href="http://www.wollingster-see.de/?paged=2" class="nextpostslink">Weiter</a> </div>
  270. </div>
  271. <!-- /Content -->
  272. <div class="sidebar">
  273. <div id="text-4" class="widget_text widget"><h3>Naturschutzgebiet</h3><div class="widget-body clear"> <div class="textwidget"><p style="margin-left:30px"><img src="http://wollingster-see.de/wp-content/uploads/200px-Naturschutzgebiet_Niedersachsen.png"></p></div>
  274. </div></div><div id="text-3" class="widget_text widget"><h3>Gefördert durch</h3><div class="widget-body clear"> <div class="textwidget"><p style="margin-left:30px"><a href="http://www.bund.net/" target="_blank" rel="noopener noreferrer"><img src="http://wollingster-see.de/wp-content/uploads/150px-BUND-Logo.png"></a></p>
  275. <br>
  276. <p style="margin-left:40px"><a href="http://ec.europa.eu/agriculture/rur/leader2/" target="_blank" rel="noopener noreferrer"><img src="http://wollingster-see.de/wp-content/uploads/130px-Leader-Logo.jpg"></p>
  277. <br>
  278. <p style="margin-left:30px"><a href="http://www.bingo-umweltstiftung.de/" target="_blank" rel="noopener noreferrer"><img src="http://wollingster-see.de/wp-content/uploads/150px-Bingostiftung-Logo.png"></a></p></div>
  279. </div></div></div>
  280. </div>
  281. <!-- /Container -->
  282. <div class="footer">
  283. <p class="copyright"><!--&copy; 2010 <a href="http://www.wollingster-see.de">Förderverein Wollingster See e.V.</a>.
  284. All Rights Reserved.--><br />
  285. <span>Powered by <a href="http://wordpress.org">WordPress</a></span>
  286. </p>
  287. <p class="credits">Based on a design by <a href="http://wpshower.com">WPSHOWER</a><br />
  288. <span>Logo by <a href="http://www.ja.do">Albert Augustin</a></span></p>
  289. </div>
  290. </div>
  291. <!-- Page generated: 0,133 s, 79 queries -->
  292. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/themes/sight/js/script.js?ver=20131219' id='script-js'></script>
  293. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/plugins/easy-fancybox/js/jquery.fancybox.min.js?ver=1.3.24' id='jquery-fancybox-js'></script>
  294. <script type='text/javascript' id='jquery-fancybox-js-after'>
  295. var fb_timeout, fb_opts={'overlayShow':true,'hideOnOverlayClick':true,'showCloseButton':true,'margin':20,'centerOnScroll':true,'enableEscapeButton':true,'autoScale':true };
  296. if(typeof easy_fancybox_handler==='undefined'){
  297. var easy_fancybox_handler=function(){
  298. jQuery('.nofancybox,a.wp-block-file__button,a.pin-it-button,a[href*="pinterest.com/pin/create"],a[href*="facebook.com/share"],a[href*="twitter.com/share"]').addClass('nolightbox');
  299. /* IMG */
  300. var fb_IMG_select='a[href*=".jpg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpg"]:not(.nolightbox),a[href*=".jpeg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpeg"]:not(.nolightbox),a[href*=".png"]:not(.nolightbox,li.nolightbox>a),area[href*=".png"]:not(.nolightbox)';
  301. jQuery(fb_IMG_select).addClass('fancybox image');
  302. var fb_IMG_sections=jQuery('.gallery,.wp-block-gallery,.tiled-gallery,.wp-block-jetpack-tiled-gallery');
  303. fb_IMG_sections.each(function(){jQuery(this).find(fb_IMG_select).attr('rel','gallery-'+fb_IMG_sections.index(this));});
  304. jQuery('a.fancybox,area.fancybox,li.fancybox a').each(function(){jQuery(this).fancybox(jQuery.extend({},fb_opts,{'transitionIn':'elastic','easingIn':'easeOutBack','transitionOut':'elastic','easingOut':'easeInBack','opacity':false,'hideOnContentClick':false,'titleShow':true,'titlePosition':'over','titleFromAlt':true,'showNavArrows':true,'enableKeyboardNav':true,'cyclic':false}))});
  305. /* PDF */
  306. jQuery('a[href*=".pdf"],area[href*=".pdf"],a[href*=".PDF"],area[href*=".PDF"]').not('.nolightbox,li.nolightbox>a').addClass('fancybox-pdf');
  307. jQuery('a.fancybox-pdf,area.fancybox-pdf,li.fancybox-pdf a').each(function(){jQuery(this).fancybox(jQuery.extend({},fb_opts,{'type':'iframe','width':'90%','height':'90%','padding':10,'titleShow':false,'titlePosition':'float','titleFromAlt':true,'autoDimensions':false,'scrolling':'no'}))});};
  308. jQuery('a.fancybox-close').on('click',function(e){e.preventDefault();jQuery.fancybox.close()});
  309. };
  310. var easy_fancybox_auto=function(){setTimeout(function(){jQuery('#fancybox-auto').trigger('click')},1000);};
  311. jQuery(easy_fancybox_handler);jQuery(document).on('post-load',easy_fancybox_handler);
  312. jQuery(easy_fancybox_auto);
  313. </script>
  314. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/plugins/easy-fancybox/js/jquery.easing.min.js?ver=1.4.1' id='jquery-easing-js'></script>
  315. <script type='text/javascript' src='http://www.wollingster-see.de/wp-content/plugins/easy-fancybox/js/jquery.mousewheel.min.js?ver=3.1.13' id='jquery-mousewheel-js'></script>
  316. <script type='text/javascript' src='http://www.wollingster-see.de/wp-includes/js/wp-embed.min.js?ver=5.5.13' id='wp-embed-js'></script>
  317. </body>
  318. </html>

↑ Top