Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Need help with frames

Page: 1 of 1
 BongoBob
02-12-2004, 1:48 AM
#1
Ok, I am learning HTML, and have moved onto frames. Well I decided to have a links part of my page, so I made one, and followed the tutorial I got from Webmonkey. Her's what I get...

Clicky (http://www.geocities.com/bongobob7686/mainpage.html)

Where the info is, that's where the links are supposed to be, and vicea versa. Here's the code...


<HTML>
<FRAMESET COLS = "25%, 75%"
<FRAME SRC = "frame_1.html" NAME = "left_frame">
<FRAME SRC = "index.htm" NAME = "main">
</FRAMESET>
</HTML>



Any help?

:confused:
 ET Warrior
02-12-2004, 3:22 AM
#2
I like the way that everythign is in the side scrolly bar thing...




<HTML>
<FIXT>
</HTML>




That's all i can do...
 Troopr-Undr-Fir
02-12-2004, 2:54 PM
#3
<html>
<head>
<title>stuff</title>
</head>
<frameset cols="100%" rows="20%, *">
<frame name="Top" src="program1.html" scrolling="no" noresize marginheight="0" marginwidth="0">
<frameset cols="20%, *">
<frame name="left" src="program2.html" scrolling="auto" marginheight="0" marginwidth="0">
<frame name="right" src="program3.html" scrolling="auto" marginheight="0" marginwidth="0">
</frameset>
</frameset>
<frameset cols="100%" rows="20%", *">
<frame name="left" src="left.html" scrolling="no">
</html>

try that on for size...If you still don't get it...I will be home later and we can talk on aim.
 BongoBob
02-12-2004, 6:28 PM
#4
just found my mistake...looky here...

<FRAMESET COLS = "25%, 75%"

Notice the absence of the > at the end...

:o

I feel stupid...
 DarkLord60
02-12-2004, 6:32 PM
#5
Originally posted by BongoBob
just found my mistake...looky here...

<FRAMESET COLS = "25%, 75%"

Notice the absence of the > at the end...

:o

I feel stupid...

I overlook so my things in webclass as you just did so dont be hard on yourself.
 BongoBob
02-12-2004, 6:37 PM
#6
I'm not, it's just that I spent about an hour on trying to find out what is wrong...

I just feel stupid :o

:)
 Jed
02-12-2004, 6:39 PM
#7
and that's the end of that chapter...*brushes off hands*
 DarkLord60
02-12-2004, 6:39 PM
#8
Originally posted by BongoBob
I'm not, it's just that I spent about an hour on trying to find out what is wrong...

I just feel stupid :o

:)
try spending three hours.
Page: 1 of 1