Click to See Complete Forum and Search --> : how do I put frames with links on all pages of my website???


neenach2002
04-22-2003, 09:11 PM
this may be a stupid question, but I need HELP!!!!!!

pyro
04-22-2003, 09:12 PM
You are pretty vague. What exactly do you need help with? Setting up a frameset?

neenach2002
04-22-2003, 09:15 PM
wow!!! that was a fast response!!! well, i want to put the links on the first page of my website into a frame and have that frame on every page of my website for easier navigation...

DrDaMour
04-22-2003, 09:17 PM
he's probalby asking how to make framesets, this shoudl be moved to HTML forum

pyro
04-22-2003, 09:19 PM
Check if something like this is what you are looking for. You can then make your links in left.htm and have them change the pages in the frame named mainFrame.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Frameset Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="right.htm" name="mainFrame">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>

neenach2002
04-22-2003, 09:44 PM
well...i'm now having trouble with my website...I have Angelfire as a host, and every time I try to save it says "There was an error saving the file"...can somone help me???