I'm now up to validating my template. I've fixed all other errors but I can't see what to do with this one. The error notice reads:
# Error Line 58, Column 17: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<p><ul id="nav">
✉
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>").
The URL of the page is http://www.railway-train-travel.com.au/newpage.php
Can anyone see what I've got wrong please?
Thanks in advance.
# Error Line 58, Column 17: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<p><ul id="nav">
✉
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>").
The URL of the page is http://www.railway-train-travel.com.au/newpage.php
Can anyone see what I've got wrong please?