hmm... Thanks.... It helps alot more... just now I'm stuck again... My frame is there, and in my frame, I have the background that I created for the frame, but in the main page, my background image, has now dissapeard... What happend? what do I do to fix it.. here is the codes I have so far, on my main page.
And also my "bla bla bla" text isn't showing up, and my special cursor is only working in the frames..
And How do I get my links from the frame, to open up in my mainpage window area? because right now it is making multiple frames, every time I click on the link I created in my frame.
And just so you know, my main page is index.html, and my frames is frames.html. 
Code:
<html>
<head>
<title>mainpage
</title>
<style>
<!--
BODY{
cursor:url("cursur.cur");
}
-->
</style>
<frameset cols="20%,80%">
<frame src="frame.html"
name="frame"
marginwidth="1"
marginheight="1"
scrolling="auto"/>
<frame src="index.html"
name="index"
marginwidth="1"
marginheight="1"
scrolling="auto"/>
</frameset>
</head>
<BODY BACKGROUND="pb.jpg">
bla bla bla
</body>
</html>
Bookmarks