HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
A healthy Mix of Frames
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Ben



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

PostPosted: Fri Aug 06, 2004 6:46 pm     A healthy Mix of Frames Reply with quote

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
Site Admin


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

PostPosted: Sat Aug 07, 2004 3:02 pm     Reply with quote



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

PostPosted: Mon Aug 09, 2004 12:52 pm     Reply with quote

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 Smile
Ben



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

PostPosted: Mon Aug 09, 2004 12:58 pm     Reply with quote

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
Site Admin


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

PostPosted: Mon Aug 09, 2004 1:00 pm     Reply with quote

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



Joined: 12 Jul 2004
Posts: 68
Location: DC

PostPosted: Tue Aug 10, 2004 12:49 pm     Reply with quote

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.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial