B
BoodieMan
The second example doesnt show any borders between frames, but isn't
complaiant with the WC3. The top one is compliant but shows the
borders. I'd like to get the complaint one to not show any borders
between the frames.
Please don't answer with never use forms, as thats not what I am asking.
I am trying to get this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>High School Sports Images</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*">
<frame src="FrameTemplateTop.htm" name="topFrame" scrolling="NO"
frameborder="0" noresize >
<frameset rows="*" cols="200,*">
<frame src="FrameTemplateside.htm" name="leftFrame" scrolling="NO"
frameborder="0" noresize>
<frame src="oldindex.htm" name="mainFrame" frameborder="0">
</frameset>
<noframes>
<body>
This page requires frames
</body>
</noframes>
</frameset>
</html>
To look like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>High School Sports Images</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*" frameborder="NO" border="0"
framespacing="0">
<frame src="FrameTemplateTop.htm" name="topFrame" scrolling="NO"
noresize >
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO"
border="0">
<frame src="FrameTemplateside.htm" name="leftFrame" scrolling="NO"
noresize>
<frame src="oldindex.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
on the screen.
complaiant with the WC3. The top one is compliant but shows the
borders. I'd like to get the complaint one to not show any borders
between the frames.
Please don't answer with never use forms, as thats not what I am asking.
I am trying to get this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>High School Sports Images</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*">
<frame src="FrameTemplateTop.htm" name="topFrame" scrolling="NO"
frameborder="0" noresize >
<frameset rows="*" cols="200,*">
<frame src="FrameTemplateside.htm" name="leftFrame" scrolling="NO"
frameborder="0" noresize>
<frame src="oldindex.htm" name="mainFrame" frameborder="0">
</frameset>
<noframes>
<body>
This page requires frames
</body>
</noframes>
</frameset>
</html>
To look like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>High School Sports Images</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*" frameborder="NO" border="0"
framespacing="0">
<frame src="FrameTemplateTop.htm" name="topFrame" scrolling="NO"
noresize >
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO"
border="0">
<frame src="FrameTemplateside.htm" name="leftFrame" scrolling="NO"
noresize>
<frame src="oldindex.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
on the screen.