thomas: Validierungsproblem

Beitrag lesen

Ich habe einen Onlineshop mit ZEN Cart erstellt und bin soweit ganz zufrieden mit der Trennung von Design und PHP Code. Nun habe ich noch einen einzigen Abschnitt, der nicht Valide durch die Prüfung kommt... und zwar wäre das:

...&nbsp;CHF<br/><div class="taxAddon">zzgl. <a href="http://www.meineseite.ch...

dort markiert mir der W3C Validator die div-Endklammer vor zzgl. mit der Meldung

1.   Error  Line 177, Column 40: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

Kann mir jemand von Euch sagen, was ich falsch gemacht habe - oder wo der Fehler in der Ausgabe liegt?

Ich danke schon im Voraus recht herzlich für Eure Antworten und verbleibe mit freundlichem Gruss

Thomas