 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
mattryan
Joined: 04 Jul 2004 Posts: 3
|
Posted: Sun Jul 04, 2004 6:17 pm Frames Problem |
|
|
|
I'm working on putting frames on a new site Im working on, and they never show up. I do have show frames enabled on internet explorer, so Im guessing it's something wrong with my script.
<html>
<head>
<title>Untitled</title>
</head>
<Framset rows="50%,40%,10%">
<frame name="banner" src="banner.html">
<frame name="main" src="main.html">
<frame name="links" src="links.html">
<noframes>
go to prefrences under edit then webcontent and check show frames
</noframes>
</frameset>
<body>
</body>
</html>
can anyone tell me whats wrong with this? Thanks. |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
Posted: Mon Jul 05, 2004 3:20 am |
|
|
|
If this is copied from your actual code it may not work because you misspelled frameset -
| Code: |
| <Framset rows="50%,40%,10%"> |
Also, there is no body in this document, eliminate the body tags. |
|
mattryan
Joined: 04 Jul 2004 Posts: 3
|
Posted: Mon Jul 05, 2004 6:18 am |
|
|
|
| ok, i did all of that, but my frame still doesn't show up, could it be because some free hosts don't allow frames for some reason? |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
Posted: Mon Jul 05, 2004 6:45 am |
|
|
|
I just uploaded your code (with the corrections noted) to my server and it works just fine -
http://www.buildersmatrix.com/info/framestest.html
I cannot see where your server would not support frames. What hosting service do you use?
Is the HTML for banner.html, main.html and links.html located in the directory as your frameset html file? |
|
mattryan
Joined: 04 Jul 2004 Posts: 3
|
Posted: Mon Jul 05, 2004 7:47 am |
|
|
|
I am cuurently using bravenet as a temporary host, and yes, they are all in the same directory.
EDIT:It must have been something with the host. I tested it on angelfire and it worked fine. Thanks for the help! |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|