swetha
01-18-2006, 05:10 AM
following are the errors when i validated my XHTML transitional page using Frames tag with validator.w3.org
1. no attribute called "frameborder","framespacing",no "cols"
code is :
<frameset rows="15%,*" frameborder="0" noresize="noresize" framespacing = "0">
<frame src = "Frame3_home.html" scrolling="no" />
<frame src="ToDo.html" scrolling="yes" name="Display_page_Todo"/>
</frameset>
help me to correct these errors
1. no attribute called "frameborder","framespacing",no "cols"
code is :
<frameset rows="15%,*" frameborder="0" noresize="noresize" framespacing = "0">
<frame src = "Frame3_home.html" scrolling="no" />
<frame src="ToDo.html" scrolling="yes" name="Display_page_Todo"/>
</frameset>
help me to correct these errors