It is saying "end tag for element "INPUT" which is not open" which they look to me to be open. Any ideas? Also, what is the correct way to right an apostrophe in html?
I don't know about the validation but an apostrophe ( ' ) is just an apostrophe ( ' ) whilst double quotes (") are "
What code are you using for the input? You might just need to close the tag when using XHTML: <input type="text" name="Name" size="20" value="<%= response.write(Name) %>" /> Code (markup):
I have corrected it now, the apostrophe issue was a copy with the wrong text editor and the Google search code had also brought along some stragglers when I pasted it to MS Word while I updated the html in DW.