loopy-leah
02-08-2004, 12:33 PM
<html>
<head>
<title>My Page</title>
</head>
<frameset cols=15%,85%>
<frame src="left.html" name="leftside" scrolling=no style="border: 5 solid #ccccff">
<frame src="right.html" name="rightside" style="border: 5 solid #ffccff">
</frameset>
<body>
</body>
<noframes>
<a href="<body bg color="ccffcc">">Click Here</a>
</noframes>
</html>
thats my html code - how can i add a background to this?+
<head>
<title>My Page</title>
</head>
<frameset cols=15%,85%>
<frame src="left.html" name="leftside" scrolling=no style="border: 5 solid #ccccff">
<frame src="right.html" name="rightside" style="border: 5 solid #ffccff">
</frameset>
<body>
</body>
<noframes>
<a href="<body bg color="ccffcc">">Click Here</a>
</noframes>
</html>
thats my html code - how can i add a background to this?+