QUOTE(silver-dagger @ Mar 30 2005, 16:40)
frames do not require a body tag. Delete the <body> and </body> tags and it should work.
[right][snapback]585699563[/snapback][/right]
QUOTE(silver-dagger @ Mar 30 2005, 16:45)
I have been coding for 8 years and I have not used a body tag for frames and they work in IE, NS, FF, ect.
[right][snapback]585699606[/snapback][/right]
I have ALWAYS used the <body> tag; as i learned it (circa 1996-97) you needed one. Is this a convention M$ destroyed at some point?
QUOTE(MyServerGuy @ Mar 30 2005, 16:47)
AAAHHH frames!!! omfg *puke*
Do us ALL a favor, and yourself a HUGE one, and stop using frames. Frames are an easy way to mess up a website. Just google it... you'll have all the top 10 reasons quickly.
[right][snapback]585699618[/snapback][/right]
Bite me. I don't care to learn CSS or Flash, and this allows me to maintain a menu along the side of the screen while content will scroll. BTW, your post was neither informative NOR useful to solving my problem.
QUOTE(JK1150 @ Mar 30 2005, 16:48)
yes, it's ur frames that are messed up.
[right][snapback]585699623[/snapback][/right]
QUOTE(DMilner @ Mar 30 2005, 16:49)
Try this...
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>Digital Nightmares</title>
</head>
<frameset cols="145, *" frameborder="0" noresize="noresize" scrolling="no">
<frame src="sidebar.html" noresize="noresize" scrolling="no" MARGINHEIGHT="0" MARGINWIDTH="0" />
<frameset rows="123, *" frameborder="0" noresize="noresize">
<frame src="banner.html" noresize="noresize" scrolling="no" MARGINHEIGHT="0" MARGINWIDTH="0" />
<frame src="news.html" name="main" MARGINHEIGHT="0" MARGINWIDTH="20" />
</frameset>
</frameset>
</html>
[right][snapback]585699635[/snapback][/right]
Thank you so much for your help and to all the others that pointed out the <Body> tag for me; suppose I need to buy a newer HTML book since all my HTML is memorized from, like i said, eight years ago...i THINK it was HTML 3.x....