gelöschter Benutzer

Social Bookmarking (Seite 2)


gerard
Content Gott (1271 Beiträge)
am 29.09.2009, 22:17 Uhr schrieb gerard

Raptor schrieb:

Ich wollte wissen, ob er die Seite bei Seitenreport getestet hat, nicht ob er Seitenreport getestet hat.


Ob er getestet hat, weiß ich nicht. Aber ich habe Seitenreport bei Seitenreport getestet.

Raptor schrieb:

btw: Erkennt Seitenreport <area> wirklich nicht?


Offensichtlich nicht

Raptor schrieb:

Das wäre aber etwas sehr falsch..


Sehe ich auch so.

Gérard


http://bretagne-virtuell.de


gelöschter Benutzer
am 29.09.2009, 22:29 Uhr schrieb

ich werde zunächst auf die Social-Bookmark-Links verzichten - wegen der externen Links und den vielen Quelltext.

Hier noch zwei Fragen:
Ich habe auf meinen zwei Seiten überall noch zwei Fehler und kriege die nicht weg (siehe markup Valdilation):

Line 9, Column 80: character data is not allowed here
?RVZBUBOngmV7qVwbkt1S2L5MTSVZr3MY=" />?
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

aragraph

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

Line 10, Column 71: NET-enabling start-tag requires SHORTTAG YES
?" content="04E28BBA9C5941F0E7B310D81B552BA3" />?
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the \'/\' terminates the tag <FOO (with an implied \'>\'). However, since many browsers don\'t interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

Line 27, Column 63: Attribute "BORDER" is not a valid attribute. Did you mean "border"?
?g" alt="www.kuvertdruck.net" border="0" width="170" height="170"> ??
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.

Zweite Frage:
gerard schrieb:
"Die Fehler resultieren daraus, dass deine Seite "strict" ist, der angebotene Code aber nicht - läßt sich aber beheben"

Wie lässt sich sowas leicht beheben.

Gruß,
Claudio


gerard
Content Gott (1271 Beiträge)
am 29.09.2009, 22:54 Uhr schrieb gerard

Passe schrieb:

Ich habe auf meinen zwei Seiten überall noch zwei Fehler und kriege die nicht weg (siehe markup Valdilation):


1. Fehler
In deinem Quelltext steht:

<meta name="verify-v1"
content="sGqjamU+OGC/G5fr+jpBtlTV+v0KVbzL6zgehqc+cOQ=" />
<meta name="msvalidate.01"
content="04E28BBA9C5941F0E7B310D81B552BA3" />

Es muss heißen:
<meta name="verify-v1"
content="sGqjamU+OGC/G5fr+jpBtlTV+v0KVbzL6zgehqc+cOQ=">
<meta name="msvalidate.01"
content="04E28BBA9C5941F0E7B310D81B552BA3">

da du html und nicht xhtml benutzt.

2. Fehler
Da steht
<img src="images/Logo_Endlos.png" width="170" height="170"
alt="www.formulardruck.net" border="0">

Muss heißen:
<img src="images/Logo_Endlos.png" width="170" height="170"
alt="www.formulardruck.net">

weil du "strict" benutzt und da gibt es kein Attribut border. Wenn um das Bild nach Korrektur ein Rand erscheinen sollte, den du nicht wolltest, melde dich noch mal.

Gérard


http://bretagne-virtuell.de


gelöschter Benutzer
am 29.09.2009, 23:02 Uhr schrieb

Ok 8)
Der Rand um das Bild ist zu sehen.

Claudio


gerard
Content Gott (1271 Beiträge)
am 29.09.2009, 23:13 Uhr schrieb gerard

Passe schrieb:

Wie lässt sich sowas leicht beheben.


Gelieferter Code für HTML 4.01 (bei xhtml 1.0 sind es noch andere Fehler):

Bookmark Buttons

Bookmark bei: Google



Valider Code:

Bookmark Buttons



Bookmark bei: Google



Gérard


http://bretagne-virtuell.de

gerard
Content Gott (1271 Beiträge)
am 29.09.2009, 23:20 Uhr schrieb gerard

Passe schrieb:

Ok 8)
Der Rand um das Bild ist zu sehen.

Claudio


Dann so:

<img src="images/Logo_Endlos.png" style="border:none"
width="170" height="170" alt="www.formulardruck.net">


Gérard


http://bretagne-virtuell.de


gelöschter Benutzer
am 29.09.2009, 23:30 Uhr schrieb

Wow - meine Premiere - Null HTML-Fehler.

Danke!

Claudio


gerard
Content Gott (1271 Beiträge)
am 29.09.2009, 23:36 Uhr schrieb gerard

Passe schrieb:

Wow - meine Premiere - Null HTML-Fehler.


Na geht doch ... lol
Setze aber vielleicht hinter </head> noch den verlorengegangenen <body>.

Gérard


http://bretagne-virtuell.de


gelöschter Benutzer
am 30.09.2009, 00:00 Uhr schrieb

Mach ich!

Claudio


der_booker
Foren Moderator
selbständig
(2762 Beiträge)
am 30.09.2009, 00:15 Uhr schrieb der_booker

Und wieder wurde ein Problem erfolgreich gelöst. lol


Heiko Jendreck
personal helpdesk
http://www.phw-jendreck.de
http://www.seo-labor.com



« zurück zu: Linkaufbau

Das Seitenreport Forum hat aktuell 5274 Themen und 36108 Beiträge.
Insgesamt sind 48348 Mitglieder registriert.