Posted by sorry.no.email on 03/25/06 16:14
Hi,
I am tearing my hair out to find the right place to place the
noframes tage to satisfy the XHTML w3c validator. The following is
incorrect, can someone please help me!!!:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Strong Family Site</title>
</head>
<frameset rows="175,*" cols="*">
<frame src="header.html" name="" scrolling="no" noresize="noresize"
id="" title="topFrame" frameborder="0" marginwidth="0"
marginheight="0"/>
<frameset rows="*" cols="135,*">
<frame src="navigation.html" name="" scrolling="auto"
noresize="noresize" id="" title="leftFrame" frameborder="0"
marginwidth="0" marginheight="0" />
<frame src="welcome.html" name="main" frameborder="0"
scrolling="auto" marginwidth="0" marginheight="0" id="main" />
</frameset>
</frameset>
<noframes></noframes>
</html>
Thanks to anybody who can guide me with this one,
Andrew.
[Back to original message]
|