i'm trying to load a html page into a div. it works, but won't validate!
here's the feedback:
Below are the results of attempting to parse this document with
an SGML parser.
Line 71 , column 11 :there is no attribute "src"
<div src= "project/matt.html" name="img" ></div>
Line 71 , column 36 :there is no attribute "name"
<div src="project/matt.html" name= "img" ></div>
here's the site:
thnx for any feedback
james
here's the feedback:
Below are the results of attempting to parse this document with
an SGML parser.
Line 71 , column 11 :there is no attribute "src"
<div src= "project/matt.html" name="img" ></div>
Line 71 , column 36 :there is no attribute "name"
<div src="project/matt.html" name= "img" ></div>
here's the site:
thnx for any feedback
james
Comment