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: