I've got a web page, which I've put through firefox and its giving me a warning as the subject above.
this is my html below - i can't see the problem
strComplaints = strComplaints & "<tr><td width=""50%""><label for=""title"">Title (Mr, Mrs, Miss, Ms)</label></td><td width=""50%""><input type=""text"" name=""title"" id=""title"" title=""Title"" size=""20"" value=""" & title & """>*</input></td></tr>"
it is highlighting the input for
<input type=""text""
and the help tells me (but i have closed the input tag !)
... element not empty or not closed
Cause:
XHTML error. A tag has been opened and not closed.
Solution:
Close the tag
Sample:
<input> element not empty or not closed
regards
kim
this is my html below - i can't see the problem
strComplaints = strComplaints & "<tr><td width=""50%""><label for=""title"">Title (Mr, Mrs, Miss, Ms)</label></td><td width=""50%""><input type=""text"" name=""title"" id=""title"" title=""Title"" size=""20"" value=""" & title & """>*</input></td></tr>"
it is highlighting the input for
<input type=""text""
and the help tells me (but i have closed the input tag !)
... element not empty or not closed
Cause:
XHTML error. A tag has been opened and not closed.
Solution:
Close the tag
Sample:
<input> element not empty or not closed
regards
kim