lets put it one by one.
1. u need to have a page with 2 frames, called index.htm. put it in main root, outside any other folder
2. all your file should be put under one main folder, lets call it "root"
3. u need to have another page that u want to put together as frame. lets name it frame.htm. put it at same place as index.htm for
thecow5, u need the page that have bgsound. so, in frame.htm, put the bgsound code.
Sanchess may not need to have this frame.htm page.
4. in index.htm, set the top frame to point root/ and bottom frame to point the second page. also set height for the bottom frame
here is how index.htm should look
<!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>Untitled Document</title>
</head>
<frameset rows="*,0" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="/root/" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="frame.htm" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
for Sanchess case, change 0 at frameset rows="*,
0" to any value correspond to height of "bottom page" that u want to have, and change frame.htm to
http://ya.ru/5. make sure u put the index and frame in hfs!!
another thing, folder that contain items for template (such as for ToG and terayon)
should be place at main root (same level as fram.htm and index.htm), not inside folder "root" or any other folder