HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

A healthy Mix of Frames
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
Ben



Joined: 06 Aug 2004
Posts: 2
Location: PEI, Canada

Posted: Fri Aug 06, 2004 6:46 pm     A healthy Mix of Frames  

I've been using them for some years, but it's been a while, and I'm rusty. I need to make a frameset to look like this (colours indicating separate frames):



Everything I've tried has me pulling my hair out, any help would be appreciated.

Ben


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Sat Aug 07, 2004 3:02 pm      

This should help you get started, I think it is what you wanted:
Code: <frameset cols="20%,*,20%">
   <frame name="left" scrolling="no" noresize target="rtop">
   <frameset rows="15%,*,15%">
      <frame name="top" scrolling="auto">
      <frame name="contents" scrolling="auto">
      <frame name="bottom" scrolling="auto">
   </frameset>
   <frame name="right" scrolling="auto">
   <noframes>
   <body>

   <p>This page uses frames, but your browser doesn't support them.</p>

   </body>
   </noframes>
</frameset>
DCCS - The Apprentice



Joined: 12 Jul 2004
Posts: 68
Location: DC

Posted: Mon Aug 09, 2004 12:52 pm      

a very good and helpful post indeed cory. you are much the man. but, ben, if you are not so bent on using frames, would you maybe perhaps consider using tables? they can become very useful :)
Ben



Joined: 06 Aug 2004
Posts: 2
Location: PEI, Canada

Posted: Mon Aug 09, 2004 12:58 pm      

Thanks Corey! That worked as I hoped it would. I was more or less playing with a layout idea I had for a new site I was working on. I didn't end up using the framset after all, but I'll hang on the this bit of code for future use.

DCCS, Tables ad I go WAY back. I rarely use frames for anything, hense the need for a bit of guidance with the more complex framsets like this one. In the end I did end up going with a table layout. Have a looksee if you are interested:

http://save.alphaflight.net/

Ben
Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Mon Aug 09, 2004 1:00 pm      

Cool site. I never touch frames anymore - but a WYSIWYG editor does come in handy every so often :)
DCCS - The Apprentice



Joined: 12 Jul 2004
Posts: 68
Location: DC

Posted: Tue Aug 10, 2004 12:49 pm      

haha, awesome. 'canada man' as we know him. many canadian comic heroes are out there. anyways, cool deal on the tables, I'm happy to see it worked out. yeah, I'm knew to wewb design and code (2 week anniversary!!....annnyways). awesome sight.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group