Creating New Frame in Frame Page?

L

Larry D Gibbs

I have a webpage at www.larrygibbs.com which has three frames. I want
another frame on the right side that looks like the one on the left. the
code that FrontPage 2003 has when it creates the page with three frame is
the following.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<frameset cols="150,*">
<frame name="left" scrolling="no" noresize target="rtop">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom">
<frame name="rbottom">
</frameset>
<noframes>
<body>

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

</body>
</noframes>
</frameset>

</html>

Can some please assist me in this matter?
 
S

Steve Easton

I want to say "add a frame within the frame, or a table" to
the frame page, but I'm not sure which would work best.

However what I really wanted to say was
"Nice graphics". I'm impressed.

Steve
USN (ret )
 
S

Stefan B Rusynko

First remove all space from file/folder names - illegal html breaks links
- repalce the spaces w/ under_scores as in Left_Frame.htm

Make a copy of Left_Frame.htm and rename it Right_Frame.htm
(you will need to replace the image http://www.larrygibbs.com/images/topleft.gif with a mirror image version)

Change the frameset code to

<frameset framespacing="0" border="0" frameborder="0" cols="159,*,159">
<frame name="left" scrolling="no" target="rbottom" src="Left_Frame.htm" marginwidth="0" marginheight="0">
<frameset rows="85,*">
<frame name="rtop" target="rbottom" scrolling="no" marginwidth="0" marginheight="0" src="Top_Frame.htm">
<frame name="rbottom" scrolling="auto" src="Home.htm" target="_self">
<frame name="left" scrolling="no" target="rbottom" src="Right_Frame.htm" marginwidth="0" marginheight="0">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>





| I have a webpage at www.larrygibbs.com which has three frames. I want
| another frame on the right side that looks like the one on the left. the
| code that FrontPage 2003 has when it creates the page with three frame is
| the following.
|
| <html>
|
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| <title>New Page 1</title>
| </head>
|
| <frameset cols="150,*">
| <frame name="left" scrolling="no" noresize target="rtop">
| <frameset rows="20%,*">
| <frame name="rtop" target="rbottom">
| <frame name="rbottom">
| </frameset>
| <noframes>
| <body>
|
| <p>This page uses frames, but your browser doesn't support them.</p>
|
| </body>
| </noframes>
| </frameset>
|
| </html>
|
| Can some please assist me in this matter?
| --
|
| Larry D. Gibbs
| (e-mail address removed)
| Only left-handed people are in their right mind.
|
|
 
L

Larry D Gibbs

This is the code that FrontPage give for a three frame page:
html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<frameset cols="150,*">
<frame name="left" scrolling="no" noresize target="rtop">
<frameset rows="20%,*">
<frame name="rtop" target="rbottom">
<frame name="rbottom">
</frameset>
<noframes>
<body>

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

</body>
</noframes>
</frameset>

</html>

This is the code you told me to use, however when I change the code to
"cols="159,*,159">" it always reverts back to "cols="150,*">" is there
something telling it to do this, if so can I get around this?

<frameset framespacing="0" border="0" frameborder="0" cols="159,*,159">
<frame name="left" scrolling="no" target="rbottom" src="Left_Frame.htm"
marginwidth="0" marginheight="0">
<frameset rows="85,*">
<frame name="rtop" target="rbottom" scrolling="no" marginwidth="0"
marginheight="0" src="Top_Frame.htm">
<frame name="rbottom" scrolling="auto" src="Home.htm" target="_self">
<frame name="left" scrolling="no" target="rbottom" src="Right_Frame.htm"
marginwidth="0" marginheight="0">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>

Stefan B Rusynko said:
First remove all space from file/folder names - illegal html breaks links
- repalce the spaces w/ under_scores as in Left_Frame.htm

Make a copy of Left_Frame.htm and rename it Right_Frame.htm
(you will need to replace the image
http://www.larrygibbs.com/images/topleft.gif with a mirror image version)
Change the frameset code to

<frameset framespacing="0" border="0" frameborder="0" cols="159,*,159">
<frame name="left" scrolling="no" target="rbottom" src="Left_Frame.htm"
marginwidth="0" marginheight="0">
<frameset rows="85,*">
<frame name="rtop" target="rbottom" scrolling="no" marginwidth="0"
marginheight="0" src="Top_Frame.htm">
<frame name="rbottom" scrolling="auto" src="Home.htm" target="_self">
<frame name="left" scrolling="no" target="rbottom" src="Right_Frame.htm"
marginwidth="0" marginheight="0">
 
L

Larry D Gibbs

Thanks for all the help, I finally figured it out. www.larrygibbs.com

Stefan B Rusynko said:
First remove all space from file/folder names - illegal html breaks links
- repalce the spaces w/ under_scores as in Left_Frame.htm

Make a copy of Left_Frame.htm and rename it Right_Frame.htm
(you will need to replace the image
http://www.larrygibbs.com/images/topleft.gif with a mirror image version)
Change the frameset code to

<frameset framespacing="0" border="0" frameborder="0" cols="159,*,159">
<frame name="left" scrolling="no" target="rbottom" src="Left_Frame.htm"
marginwidth="0" marginheight="0">
<frameset rows="85,*">
<frame name="rtop" target="rbottom" scrolling="no" marginwidth="0"
marginheight="0" src="Top_Frame.htm">
<frame name="rbottom" scrolling="auto" src="Home.htm" target="_self">
<frame name="left" scrolling="no" target="rbottom" src="Right_Frame.htm"
marginwidth="0" marginheight="0">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top