Does the validator work with framesets? I get this error:
Line 7, column 15: there is no attribute "ROWS"
generated from this code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>OneLaute r Photography</title>
</head>
<frameset rows="30%,*" border='2'>
<frame
src="navlist.as p?APageName=key words"
scrolling="no"
marginwidth="0"
marginheight="0 "
style='border-bottom:1 solid rgb(180,180,180 )' />
<frame
name="photolist "
id="photolist"
src="navlist.as p?APageName=ima ges&Akeywor dId=1"
scrolling="no"
marginwidth="0"
marginheight="0 "
style='border-top:1 solid rgb(180,180,180 )' />
</frameset>
</html>
What the heck?
Thanks to anyone who can shed light on this problem for me.
Line 7, column 15: there is no attribute "ROWS"
generated from this code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>OneLaute r Photography</title>
</head>
<frameset rows="30%,*" border='2'>
<frame
src="navlist.as p?APageName=key words"
scrolling="no"
marginwidth="0"
marginheight="0 "
style='border-bottom:1 solid rgb(180,180,180 )' />
<frame
name="photolist "
id="photolist"
src="navlist.as p?APageName=ima ges&Akeywor dId=1"
scrolling="no"
marginwidth="0"
marginheight="0 "
style='border-top:1 solid rgb(180,180,180 )' />
</frameset>
</html>
What the heck?
Thanks to anyone who can shed light on this problem for me.
Comment