- From: Dinesh Ramakrishnan <dramakri@nexthop.com>
- Date: Fri, 20 Jan 2006 00:47:28 -0700
- To: <www-validator@w3.org>
- Message-ID: <53D7D22AFE8B4145A7DAB95E100D4B6A02844362@VS4.EXCHPROD.USA.NET>
Validating Error [108]: "there is no attribute X"
I need to set the frameborder and framespacing atrributes for a
<frameset> tag to 0. The following is the code I have written:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>WUI</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<link href="includes/picasso.css" rel="stylesheet"
type="text/css">
</head>
<frameset rows="110,*,22" id="fraSetRows" frameborder="no"
framespacing="0">
<frame src="includes/top.html" frameborder="0" noresize
scrolling="no" id="frameHeader" marginwidth="0" marginheight="0">
<frameset cols="230, *" id="fraSetCols">
<frame src="includes/left.html" frameborder="0"
noresize scrolling="auto" name="frameMenu" id="frameMenu"
marginwidth="0" marginheight="0">
<frame src="includes/right.html" frameborder="0"
noresize scrolling="auto" name="frameContent" id="frameContent"
marginwidth="0" marginheight="0" style="horiz-scrollbars:hidden;">
</frameset>
<frame src="includes/bottom.html" frameborder="0" noresize
scrolling="no" id="frameFooter" marginwidth="0" marginheight="0">
</frameset>
</html>
Can you kindly provide me the solution?
Thanks,
Dinesh
Received on Friday, 20 January 2006 08:51:30 UTC