View Full Version : is this right?


SurfSoCal
06-26-2004, 04:03 PM
is this right for my frames?
<html>
<title>©‡Island in the sun‡©</title>
<head></head>
<frameset rows=100,*,30 border=0>
<frame src="top.html" name="top" scrolling="no"
marginwidth="5" marginheight="0" noresize="yes"
style="border: 2 solid #00ccff">
<frameset cols=160,*,160 border=0>
<frame src="testing.html" name="left" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #00ff66">
<frame src="middle.html" name="middle" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #ffccff">
<frame src="right.html" name="right" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #ff99cc">
</frameset>
<frame src="bottom.html" name="bottom" scrolling="no"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #99ff99">
</frameset>
</html>

pb&j
06-26-2004, 05:34 PM
looks ok so far.
what problems are you having with it?

MaGiCSuN
06-27-2004, 04:25 PM
just one thing:

<html>
<head>
<title>©‡Island in the sun‡©</title>
</head>
<frameset rows=100,*,30 border=0>
<frame src="top.html" name="top" scrolling="no"
marginwidth="5" marginheight="0" noresize="yes"
style="border: 2 solid #00ccff">
<frameset cols=160,*,160 border=0>
<frame src="testing.html" name="left" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #00ff66">
<frame src="middle.html" name="middle" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #ffccff">
<frame src="right.html" name="right" scrolling="auto"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #ff99cc">
</frameset>
<frame src="bottom.html" name="bottom" scrolling="no"
marginwidth="2" marginheight="2" noresize="yes"
style="border: 2 solid #99ff99">
</frameset>
<body></body>
</html>

You had the <head> tag after the title, instead of before :) Like pb&j said, if you tell us the problem we can help more

Love,
Mirna