I've been trying to use frames, but the sites won't show up. I've used the indextemplate as the skeleton page, putting down the [frameset] tag and putting down the URL's and the column sizes, but the sites won't show up. Just blank with a fframe to the side.
<A HREF="http://thelspshow.keenspace.com/" TARGET=_blank>http://thelspshow.keenspace.com/</A> <P>Any suggestions?<P>Later...
Need some help with frames.
-
ThingfromtheDeep
- Regular Poster
- Posts: 159
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Boston, MA
- Contact:
-
Linz or Char
- Regular Poster
- Posts: 45
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: everywhere
- Contact:
is this the first time you've used frames? your source looks kind of bare... if you want go to <A HREF="http://www.atmosphere.be/things/ime.html" TARGET=_blank>http://www.atmosphere.be/things/ime.html</A> you can steal the html.... the page sucks but the frames work. it's mine so yeah go ahead.<P>------------------
<A HREF="http://weirdosutopia.keenspace.com" TARGET=_blank>http://weirdosutopia.keenspace.com</A> <p>[This message has been edited by Linz or Char (edited 02-15-2002).]
<A HREF="http://weirdosutopia.keenspace.com" TARGET=_blank>http://weirdosutopia.keenspace.com</A> <p>[This message has been edited by Linz or Char (edited 02-15-2002).]
-
ThingfromtheDeep
- Regular Poster
- Posts: 159
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Boston, MA
- Contact:
- Kisai
- Goddess of Light

- Posts: 3276
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: The Past, the Present, The future
- Contact:
Frames are a bad idea since it reduces the amount of visible space on lower-resolution browsers. I've seen some poorly designed frames sites that put navigation on the ourside frame, however providing no means of scrolling the outside frame. Please don't make this mistake.
If you are using frames for page-layout only, just create css positioning(version 6 browsers) or html layout tables(ick, version 4 browsers) instead.
On the other hand, if there is some specific need for frames (remember frames are one of the top "bad web design" mistakes) by which I can't think of any useful purpose for framesets (as opposed to iframes) other than to show two web pages side by side.
If you are using frames for page-layout only, just create css positioning(version 6 browsers) or html layout tables(ick, version 4 browsers) instead.
On the other hand, if there is some specific need for frames (remember frames are one of the top "bad web design" mistakes) by which I can't think of any useful purpose for framesets (as opposed to iframes) other than to show two web pages side by side.
- STrRedWolf
- Confuzzled CG Admin

- Posts: 2579
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: undef;
- Contact:
Also, frames for the indextemplate.html is a bad idea in terms of screwing up Autokeen. Sure you can do it, but getting it right all the time is very hard to do, and we don't recommend it.
Kelly "STrRedWolf" Price
Admin, Comic Genesis
Artist/Writer, Stalag '99 (WolfSkunks and Drygers, oh my!)
I NEED MORE TIME, CAPTIN!
Admin, Comic Genesis
Artist/Writer, Stalag '99 (WolfSkunks and Drygers, oh my!)
I NEED MORE TIME, CAPTIN!
-
ThingfromtheDeep
- Regular Poster
- Posts: 159
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Boston, MA
- Contact:
Why not use tables? My page looks like it uses frames when it fact it uses tables instead. If you make a table, set its background to a picture, and then set the size of the table to that picture, you will have a picture you can position links and other things over. It's kinda like being able to tile things on top of one another.
It takes some tweaking to get things working exactly the way you want, but I've had success with it.
http://kelen.keenspace.com
It takes some tweaking to get things working exactly the way you want, but I've had success with it.
http://kelen.keenspace.com
Another reason not to use frames is that you'll need to put <font face="courier new" color=blue>target=_top</font> ( or <font face="courier new" color=blue>_self</font> or <font face="courier new" color=blue>_parent</font>) in all you're links including the code for your ****<i>some</i>_day*** tags. It's do-able, but it's messy.
_________________
<B>Don't Panic.</B> - Hitch-Hikers Guide to the Galaxy, Isaiah 43.
<font size=-1>[ This Message was edited by: Seven3 on 2002-02-18 10:27 ]</font>
_________________
<B>Don't Panic.</B> - Hitch-Hikers Guide to the Galaxy, Isaiah 43.
<font size=-1>[ This Message was edited by: Seven3 on 2002-02-18 10:27 ]</font>