you start fixing the error 15 in http://validator.w3.org/check?uri=http%3A%2F%2Fwww.koddinn.com%2Fmyndir
if it does not help, then fix other errors.
Sadish
Thread Starter
ofi
(@ofi)
hi, sadish
how do i fix those errors, never done this before
Thread Starter
ofi
(@ofi)
i am trying to edit this, not sure where,
where can i find this to edit
Error Line 77 column 73: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
...koddinn.com/myndir/album/vestmannaeyjar/'><p>Vestmannaeyjar
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>").