ok, i put in the frame code to divide my webpage I'm trying to build into 3 frames. but when i saved it as a html file and brought it up in my browser all it said was "page cannot be displayed". is this normal? or am i doing something wrong. here is what i put in:
Code:
<html>
<frameset cols="25%,50%,25%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
<head>
<title>TITLE</title>
</head>
<body>
<h1 align="center">HEADING</h1>
</body
</html>
EDIT* i also have problems with putting pictures in sometimes
__________________
QUOTE TO LIVE BY
"Carpe Diem"
Last edited by daniel mata : 03-31-2008 at 06:35 PM.
|