View Full Version : Background Help In Frames!


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?+

Sheila
02-08-2004, 01:06 PM
You don't put the background stuff on the frame code part. You put it on the separate pages that appear inside the frames. Example, left.html