View Full Version : Help!!!!!


BlackRose
06-03-2003, 07:24 PM
i want a frame wheres theres 1 at the top 1 left 1 middle 1 right
i tried this...


<html>
<head>
<title>My Page</title>
</head>
<frameset cols=20%,60% 20%>
<frame src="left.html" name="leftside">
<frame src="main.html" name="main">
<frame src="right.html" name="rightside">
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>

but it wont work im rubbish with frames can someone help me

Lemon Squash
06-03-2003, 08:27 PM
http://framecodes.tripod.com/code.html