I'm making my website right now, and it looks fine on my Mac but I've tried it on two Windows computers in IE and it won't work. There must be something wrong with the frames code:
The site is located at: http://homepage.mac.com/themacko/
Thanks for helping out here, I dunno what I did wrong.
Code:
<html><head>
<title>Scott Mackey's Homepage</title>
</head>
<body bgcolor="#ffffff">
<frameset rows="40,*" border=0>
<frame name="navigate" noresize src="nav.html">
<frame name="body" noresize src="news.html">
</frameset>
</body></html>
Thanks for helping out here, I dunno what I did wrong.