scudder5000
New Member
- Messages
 - 3
 
- Reaction score
 - 0
 
- Points
 - 0
 
I want to know why my page comes out as not working. I have it working when not in the public_html folder. What I am trying to do is I have a Nav_Master (The page being opended Saved as index.html) Then in that page there is a row at the top and then two columns 20% and 80%. The 20% is my Nav_bar  and the other one is what I want To be displayed. What should be displayed is a web page document. 
	
	
	
		
			
			
		HTML:
	
	<html>
<head>
<title>Scott Mullen</title>
</head>
<frameset rows="15%,85%">
    <frame src=scott_masthead.htm scrolling=no noresize>
    <frameset cols="20%,80%">
        <frame src=scott_nav_bar.htm noresize>
        <frame src=scott.htm name="master" noresize>
    </frameset>
</frameset>
</html>