first, whats wrong with this code?
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>LAB 6-3</title>
</head>
<frameset rows="30%, 70%">
<frameset cols="25"%, 75%>
<frame src="logo.html" title="logo" name="logo" scrolling="no" />
<frame src="header.html" title="header" name="header" scrolling="no" />
</framset>
<frameset cols=25%, 75%">
<frame src="menu.html" title="menu" name="menu" scrolling="no" />
<frame src="home.html" title="win-main" name="win-main" scrolling="no" />
</frameset>
</frameset>
</html>
and second, how do i add images as backgrounds to my frames?
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>LAB 6-3</title>
</head>
<frameset rows="30%, 70%">
<frameset cols="25"%, 75%>
<frame src="logo.html" title="logo" name="logo" scrolling="no" />
<frame src="header.html" title="header" name="header" scrolling="no" />
</framset>
<frameset cols=25%, 75%">
<frame src="menu.html" title="menu" name="menu" scrolling="no" />
<frame src="home.html" title="win-main" name="win-main" scrolling="no" />
</frameset>
</frameset>
</html>
and second, how do i add images as backgrounds to my frames?