Need some help with frames.

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
ThingfromtheDeep
Regular Poster
Posts: 159
Joined: Fri Jan 01, 1999 4:00 pm
Location: Boston, MA
Contact:

Post by ThingfromtheDeep »

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...

Linz or Char
Regular Poster
Posts: 45
Joined: Fri Jan 01, 1999 4:00 pm
Location: everywhere
Contact:

Post by Linz or Char »

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).]

ThingfromtheDeep
Regular Poster
Posts: 159
Joined: Fri Jan 01, 1999 4:00 pm
Location: Boston, MA
Contact:

Post by ThingfromtheDeep »

Cool! Now how do I load them together? <P>LAter...

User avatar
Kisai
Goddess of Light
Goddess of Light
Posts: 3276
Joined: Fri Jan 01, 1999 4:00 pm
Location: The Past, the Present, The future
Contact:

Post by Kisai »

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.

User avatar
STrRedWolf
Confuzzled CG Admin
Confuzzled CG Admin
Posts: 2579
Joined: Fri Jan 01, 1999 4:00 pm
Location: undef;
Contact:

Post by STrRedWolf »

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!

ThingfromtheDeep
Regular Poster
Posts: 159
Joined: Fri Jan 01, 1999 4:00 pm
Location: Boston, MA
Contact:

Post by ThingfromtheDeep »

But I see people using borderless frames in plenty of sites. It makes it look much better. Now how do I put the frames up onto the main part of my site?

Later...

User avatar
Kelen
Regular Poster
Posts: 44
Joined: Fri Jan 01, 1999 4:00 pm
Location: Chicago, Il, USA
Contact:

Post by Kelen »

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

User avatar
Seven3
Cartoon Hero
Posts: 1223
Joined: Fri Jan 01, 1999 4:00 pm
Location: New Zealand
Contact:

Post by Seven3 »

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>

Post Reply