NautTboy
03-11-2009, 02:56 AM
first, please don't tell me not to use frameset. I was told it's up and down.
Could someone check what's wrong with this coding? My left frame doesn't have anything on it.
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Kevin's Radio Live</TITLE>
</HEAD>
<FRAMESET ROWS="26%,74%">
<FRAME name="a" SRC="top.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
<FRAMESET COLS="23%,77%">
<FRAME name="b" SRC="left.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
<FRAME name="c" SRC="right.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
</body>
</FRAMESET>
</FRAMESET>
</HTML>top.html<HTML>
<HEAD>
<TITLE>Kevin's Radio Live</TITLE>
</HEAD>
<STYLE TYPE="text/css">
BODY {background-image: url(kevin.jpg);
background-repeat: no-repeat; background-attachment:
fixed; background-color: #000}
</STYLE>
<right> <object id="MediaPlayer2" width="150" height="45" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<param name="url" value="mms://69.180.232.102:9000/"><embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="mms://69.180.232.102:9000/" width="472" height="65" showdisplay="False" autorewind="True"></embed></object> </right></div>
</HTML>
left.html
<html>
<head>
<title>Kevin Radio</title>
<STYLE TYPE="text/css">
BODY {background-image: url(a.jpg);
background-repeat: no-repeat;
background-attachment: fixed;}
<body>
<a href="www.di.fm target="c"> Testing</a> <---- this doesn't work
</head>
</body>
</html>
right.html
<html>
<head>
<title>TV</title>
<STYLE TYPE="text/css">
BODY {background-image: url(b.jpg);
background-repeat: no-repeat;
background-attachment: fixed;})
</STYLE>
</head>
</body>
</html>
Could someone check what's wrong with this coding? My left frame doesn't have anything on it.
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Kevin's Radio Live</TITLE>
</HEAD>
<FRAMESET ROWS="26%,74%">
<FRAME name="a" SRC="top.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
<FRAMESET COLS="23%,77%">
<FRAME name="b" SRC="left.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
<FRAME name="c" SRC="right.html" scrolling="NO" noresize
frameborder="0" marginwidth="0" marginheight="0">
</body>
</FRAMESET>
</FRAMESET>
</HTML>top.html<HTML>
<HEAD>
<TITLE>Kevin's Radio Live</TITLE>
</HEAD>
<STYLE TYPE="text/css">
BODY {background-image: url(kevin.jpg);
background-repeat: no-repeat; background-attachment:
fixed; background-color: #000}
</STYLE>
<right> <object id="MediaPlayer2" width="150" height="45" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<param name="url" value="mms://69.180.232.102:9000/"><embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="mms://69.180.232.102:9000/" width="472" height="65" showdisplay="False" autorewind="True"></embed></object> </right></div>
</HTML>
left.html
<html>
<head>
<title>Kevin Radio</title>
<STYLE TYPE="text/css">
BODY {background-image: url(a.jpg);
background-repeat: no-repeat;
background-attachment: fixed;}
<body>
<a href="www.di.fm target="c"> Testing</a> <---- this doesn't work
</head>
</body>
</html>
right.html
<html>
<head>
<title>TV</title>
<STYLE TYPE="text/css">
BODY {background-image: url(b.jpg);
background-repeat: no-repeat;
background-attachment: fixed;})
</STYLE>
</head>
</body>
</html>