I have a question about frames :eek:

They have: 5,633 posts

Joined: Jan 1970

Hello! I'm building a webpage and I was wondering how I could get more than one set of frames on my page. I can't seem to figure it out. I want to put frames along the top of my page and then another set along the left-hand side. I have the top frames already. If anyone could help me I'd really appreciate it.

------------------
*~*~*Jen*~*~*

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

code:

<frameset rows="150,*">
 <frame src="">
 <frameset cols="150,*">
 <frame src="">
 <frame src="">
 </frameset>
</frameset>
[/code]

In the above code I have nested one frameset within another frameset.  That particular example has a row at the top and the bottom row has a frameset in it with two columns.  The top row and left column are a set width and the others will resize with the browser window.

The above code is INCOMPLETE.  I am assuming that you can fill in the details yourself.

  Suzanne




------------------
Zero Cattle
Suzanne
Tables DeMystified 

They have: 67 posts

Joined: Aug 1999

Hi Jen,
You might like to check out this online frame maker tool. http://123webmaster.com/ToolBox/FrameMaker.html
You can edit your code in the bottom field to your liking and instantly view your results.
Good Luck.

Ian

------------------
Webmaster A1 JavaScripts
A1 JavaScripts
Web Development - Big Resources Inc
BIG Resources.com

Webmaster A1 JavaScripts
A1 JavaScripts
Web Development - Big Resources Inc
BIG Resources.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.