H
Helpful person
First I apologise for asking what sems to be a syntax question, but I
have been unable to find any illucidation for my problem by searching
on line.
I cannot get <noscript> to work properly. I am using it to display an
image in the event of javascript being disabled. It seems to display
as I want. However, it does no validate. My web page is:
www.newftpwebsite.richardfisher.com/index.shtml
username richard
password fisher
It does not validate for HTML giving the following three errors:
Line 130, Column 94: document type does not allow element "IMG" here;
missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV",
"ADDRESS" start-tag
… "email" width = "164" height = "18">
Line 131, Column 17: end tag for "NOSCRIPT" which is not finished
</noscript>
Line 132, Column 8: end tag for element "P" which is not open
</p>
If remove the <noscript> and </noscript> lines (near bottom of page)
it does validate.
What am I doing wrong?
have been unable to find any illucidation for my problem by searching
on line.
I cannot get <noscript> to work properly. I am using it to display an
image in the event of javascript being disabled. It seems to display
as I want. However, it does no validate. My web page is:
www.newftpwebsite.richardfisher.com/index.shtml
username richard
password fisher
It does not validate for HTML giving the following three errors:
Line 130, Column 94: document type does not allow element "IMG" here;
missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "DIV",
"ADDRESS" start-tag
… "email" width = "164" height = "18">
Line 131, Column 17: end tag for "NOSCRIPT" which is not finished
</noscript>
Line 132, Column 8: end tag for element "P" which is not open
</p>
If remove the <noscript> and </noscript> lines (near bottom of page)
it does validate.
What am I doing wrong?