Schön wärs. jetzt hagelt es noch weitaus mehr Fehler. Wozu sind denn die Tags über dem Schreib Feld, wenn man sie nicht nutzen kann?
Error Line 105 column 7: document type does not allow element "ol" here; missing one of "object", "ins", "del", "map", "button" start-tag.
<
[list=1]Hier steht der austauschbare Test Text
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 "
" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
✉
Error Line 105 column 8: character data is not allowed here.
[list=1]Hier steht der austauschbare Test Text
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</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
✉
Error Line 105 column 113: end tag for "ol" which is not finished.
...Hier steht der austauschbare Test Text[/list]
Most likely, You nested tags and closed them in the wrong order. For example
[i]...</p> is not acceptable, as [i] must be closed before
. Acceptable nesting is:
...</p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.
✉
Error Line 106 column 4: document type does not allow element "ol" here; missing one of "object", "ins", "del", "map", "button" start-tag.
✉
Error Line 107 column 0: character data is not allowed here.
Hier steht der austauschbare Test Text
✉
Error Line 107 column 322: end tag for "ol" which is not finished.
... Hier steht der austauschbare Test Text[/list]</p>
[/code]