PDA

View Full Version : Didn't know where to ask this, but...



KBX
December 18th, 2002, 05:47 PM
I've got a bit of trouble with floating frames, and I hoped I could get some help here. This has nothing to do with Flash.

I've got a site up, but I can't get different .html documents to load in a floating frame like I can with standard frames. (I.e., the various sections of the site, like news, links, etc.). So, the site remains incomplete until I can do this.

Feel free to check it out here (http://www.whoisean.com/frames.html) to get an idea of what I'm talking about.

Thanks for any help, as it is appreciated.:goatee:

redViper
December 19th, 2002, 09:56 AM
ok, what i think you are asking for is to take the links (not active, but the the text at the top) and when you click them it goes to that i frame (or floating frame) :q:

if so, all you gotta do is target your links to that frame so your frame name is 'main' so this is the code


<a href="yourlinkhere.html" target="main">what youw anna say</a>

That's what I think your trying to say, and if not lemme know.+



:crazy:

KBX
December 19th, 2002, 05:04 PM
Yeah, I tried that; no luck.

However, I figured a way around it. Not exactly as subtle as I wanted, but it'll work.

Thanks anyway, chief. :)