View Full Version : Help Me plzzz with Frames!!!


Dale Jr's Gurl
06-13-2003, 03:26 AM
Hi guys. I have a major problem with frames. I copy codes and such but it still brings up a blank page. Is there any tips at all that you can give me, I am using Geocities if that makes a difference. I hope that somebody can give me some hints, Thanks!!

EmpTcaN
06-13-2003, 04:41 AM
put your code here and we'll see what's the problem

Dale Jr's Gurl
06-13-2003, 04:50 AM
<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,80%>
<frame src="left.html" name="leftside">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="main.html">Click Here</a>
</noframes>
</html>

pb&j
06-13-2003, 01:30 PM
1. did you make two more pages? one called "left.html" and one called "right.html" ?

2. did you paste this coding into YahooBuilder program or the Advanced program?