BongoBob Posted February 12, 2004 Share 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... <HTML> <FRAMESET COLS = "25%, 75%" <FRAME SRC = "frame_1.html" NAME = "left_frame"> <FRAME SRC = "index.htm" NAME = "main"> </FRAMESET> </HTML> Any help? Link to comment Share on other sites More sharing options...
ET Warrior Posted February 12, 2004 Share 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... Link to comment Share on other sites More sharing options...
Troopr-Undr-Fir Posted February 12, 2004 Share 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. Link to comment Share on other sites More sharing options...
BongoBob Posted February 13, 2004 Author Share 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... Link to comment Share on other sites More sharing options...
DarkLord60 Posted February 13, 2004 Share Posted February 13, 2004 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. Link to comment Share on other sites More sharing options...
BongoBob Posted February 13, 2004 Author Share 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 Link to comment Share on other sites More sharing options...
Guest Jed Posted February 13, 2004 Share Posted February 13, 2004 and that's the end of that chapter...*brushes off hands* Link to comment Share on other sites More sharing options...
DarkLord60 Posted February 13, 2004 Share Posted February 13, 2004 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.