altoid
06-29-2007, 04:28 AM
I'm making a website, and I ran into a little problem. I have a frame with two buttons on it. One of them goes to a forum, correct? Well, these two button are in a frame, but when I click on them, that frame goes to the forums on that frame, not the other one, which is what I had in mind. I had it work like that before, but now it doesn't. This is the code I used in the menu:
<body>
<html>
<a href="test.html">
<img border="0" src="home.png" width="119" height="34">
<a href="http://tornfaun.awardspace.com">
<img border="0" src="forum.png" width="119" height="34">
<body bgcolor="#FFFFFF">
<body bgcolor="rgb(255,255,255)">
<body bgcolor="white">
</body>
</html>
<body>
<html>
<a href="test.html">
<img border="0" src="home.png" width="119" height="34">
<a href="http://tornfaun.awardspace.com">
<img border="0" src="forum.png" width="119" height="34">
<body bgcolor="#FFFFFF">
<body bgcolor="rgb(255,255,255)">
<body bgcolor="white">
</body>
</html>