electronicmonkey
Technical User
I am trying to validate my site after doing some alteration. I get two errors which I am unable to locate quickly enough. Can someone help me out ?
Site URL :
Site URL :
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So, on line 77 of your page you have a div object that is not supposed to be there. Let's look at the line 77 (mind you, you can just choose the option of show source in the validator.validator said:Error Line 77, column 21: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag .
<div align="center">
Bolded parts present the solution. Ok, one error down.validator said: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>" or "<div>") inside an inline element (such as "<a>", "<span>", or "<font>").
Oooh, I can see how this one will be more difficult. So, you have no end tag for an anchor, which should be ending at the line 82. Let's see line 82:validator said:Error Line 82, column 11: end tag for "a" omitted, but OMITTAG NO was specified .
</td>
Oh look, validator helps. Gosh, I am really glad I am an experienced html programmer or else I would not know how to read. So, line 76 reads:validator said:Info Line 76, column 4: start tag was here .
<a href="[URL unfurl="true"]http://www.websesame.co.uk"[/URL] target="_self">