frame troubles

liunx

Guest
Alirght, here's the deal. . .Im making a new website(Bouley86. . .2) and I want to use frames. There is something with homestead that it wont let me do frames. I've tried A1 Javascripts Frame Maker and. . .no luck.<br />
If someone could help me PLEASE!!! I've seen homestead web pages with frames, and I really want to use them.<br />
Here are the pages I want to use:<br />
my index page: <!-- m --><a class="postlink" href="http://bouley862.homestead.com/index.html">http://bouley862.homestead.com/index.html</a><!-- m --><br />
my right frame: <!-- m --><a class="postlink" href="http://bouley862.homestead.com/navbar.html">http://bouley862.homestead.com/navbar.html</a><!-- m --><br />
my left frame: http;//bouley862.homestead.com/home.html<br />
These pages don't have anything yet, but if I can get frames to work, I WILL CREDIT WHOEVER HELPS ME!!! Even if you're not the first one to help, I PROMISE, I will add your name or something to my website!!!!<br />
<br />
HELP ME!!!!<br />
<br />
Merci mes amis!!!!!<br />
<br />
~*~Bouley86~*~<!--content-->I used this code, exactly as it it shown below, and was able to pull your pages no problem. What kind of errors are you recieving? There are also a lot more free server sites, if homestead is giving a lot of trouble. <br />
<br />
<html><br />
<head><br />
<title>frameset</title><br />
</head><br />
<br />
<frameset cols="20%, 80%"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"http://bouley862.homestead.com/navbar.html" scrolling="auto"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"http://bouley862.homestead.com/home.html" scrolling="auto"><br />
</body><br />
</html><!--content-->Hi, your frame code is located inside a table in the body of your page. This should be located in the head or between your closing head tag and opening body tag. follow this example below for correct placement.<br />
<br />
<html><br />
<head><br />
<title>index</title><br />
<frameset cols=20%,80%><br />
<frame src=http://bouley862.homestead.com/navbar.html name=navbar scrolling=no marginwidth=0 marginheight=0 noresize=yes><br />
<frame src=http://bouley862.homestead.com/home.html name=page scrolling=auto marginwidth=0 marginheight=0 noresize=yes><br />
</frameset><br />
</head><br />
<body><br />
<noframes>You need a frames capable browser to view this page.</noframes><br />
</body><br />
</html><br />
<br />
I hope this helps, any other queries, please just ask.<!--content-->No, none of that worked. I think I'll try a different website provider. I already have accounts in a lot of them. It's not giving an error message, there's just the index page itself. AAAAAAAHHHHHHH!! Ok, fine now!!<!--content-->hmmmnnn...I ran Ian's code as he posted it and...it worked as expected. Not quite sure whats going on there. I mean, if you cut and pasted either code to homestead, and its not working, try one of your other server options. Just make sure your index page looks just like what either of us has posted.<!--content-->Check this out,there's not anything on my pages yet, but. . . <!-- m --><a class="postlink" href="http://www.geocities.com/bouley86/index.html">http://www.geocities.com/bouley86/index.html</a><!-- m --><br />
<br />
Geocities did the trick. I've always like homestead, but I'm going to leave my index page as the one in geocities. Thanks for your help!!!<!--content-->yep! worked like a charm!<!--content-->Glad you have got it working, what a shame its not on the site of your choice. !!<br />
Just looking at the source code on the homestead page....<br />
It looks like when the page is created, homestead inserts its own header tags, body tags and creates all content inside a table which is preventing it from working.<br />
As stated in the head...<br />
<META NAME="description" CONTENT="This web site was created for FREE at <!-- m --><a class="postlink" href="http://www.homestead.com">http://www.homestead.com</a><!-- m -->. Visit <!-- m --><a class="postlink" href="http://www.homestead.com">http://www.homestead.com</a><!-- m --> to get your free web site - no programming required."><br />
Looks like they don't allow you to do a great deal for yourself on it which is a shame for many web developers who want to create a better than average homepage.<br />
Glad you had a work-around to it anyway. :)<!--content-->I dont understand - I guess. I know there are reasons why one needs to use free hosting BUT most ISPs now provide at least 4MB of free webspace for their dialup customers (read: cable, dsl etc). So for hand-coders (and most wysiwyg users) I would think that the ISP host would be the first place to locate a site (unless your creating a NT site and the host is UNIX BLAH!!).<br />
<br />
And with 4MB of space - one can make an awesome site. Shoot, the largest site I ever made (120+ pages) was very graphic intensive and still came under 1.2MB of total space!! <br />
<br />
<INPUT TYPE = "$0.02"><br />
Marlboro<!--content-->
 
Back
Top