BongoBob Posted February 12, 2004 Posted February 12, 2004 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 Where the info is, that's where the links are supposed to be, and vicea versa. Here's the code... Quote <HTML> <FRAMESET COLS = "25%, 75%" <FRAME SRC = "frame_1.html" NAME = "left_frame"> <FRAME SRC = "index.htm" NAME = "main"> </FRAMESET> </HTML> Any help?
ET Warrior Posted February 12, 2004 Posted February 12, 2004 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 Posted February 12, 2004 Posted February 12, 2004 <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 Posted February 13, 2004 Author Posted February 13, 2004 just found my mistake...looky here... <FRAMESET COLS = "25%, 75%" Notice the absence of the > at the end... I feel stupid...
DarkLord60 Posted February 13, 2004 Posted February 13, 2004 Quote Originally posted by BongoBob just found my mistake...looky here... <FRAMESET COLS = "25%, 75%" Notice the absence of the > at the end... I feel stupid... I overlook so my things in webclass as you just did so dont be hard on yourself.
BongoBob Posted February 13, 2004 Author Posted February 13, 2004 I'm not, it's just that I spent about an hour on trying to find out what is wrong... I just feel stupid
Guest Jed Posted February 13, 2004 Posted February 13, 2004 and that's the end of that chapter...*brushes off hands*
DarkLord60 Posted February 13, 2004 Posted February 13, 2004 Quote 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 try spending three hours.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.