Ich schreib die News einfach per "Add post", den schreibe ich auch direkt dort. Der Code wird von Wordpress selbst erzeugt, nur irgendwie ist das kein ganzer aber kein halber Code.
Edit: Hier kurz ein Beispiel:
Zitatlorem psimb blalba blub:
<a href="http://hieristeinlink.com">http://hierisnothing.com/test</a>
test bliblablub hier steht was:
<a rel="nofollow" href="http://imagehack.us/img185/44325/ksdsj3pic.jpg" target="_blank">http://img184.imageshack.us/img123/44/yesyoucan43.jpg</a>
So, was W3C nun (richtigerweise erkennt) (nur ein Beispiel):
document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<p style="text-align: center;"[COLOR=Red]>[/COLOR]<span style="color: #ff3000;"><a href="http://war
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>").