Ok not sure whats going on. I started writing some tutorials this morning no PHP for my mother since she is starting a new website and needs to use some. Yep my Mom is a basic webmaster, she generally uses a template system called Net Fusion to make websites, though I'm trying to wean her off of this since most paying customers need something a bit better. Anyhow heres the deal.. My tutorial works in firefox, but in IE (6.0) it simply doesn't display. You can go to the guide index at "http://www.nightbreezeinc dot com/seoandstuff/guides.php" The 2 guides that don't work are "Hello World" and "PHP MySQL Database" For your notes, there is absolutely no PHP, if you click the "View Source" you'll be able to see the exact source of the file. Any ideas?
I didn't pay close attention but it could be the javascript in your header. Have you tried removing that and seeing if it helps? Also, for your info, it doesn't work in IE7 either.
I think it's probably the javascript also. Try specifying a doctype and a type for the script tag. For example type="text/javascript" If that still fails, it is probably an error in your script. You also have a small problem in your CSS on line 113: border-style: 1px; That could be causing problems too.
Yeah apparently the javascript was the problem. I forgot I even had that there (I don't use it), I'll need to update these pages to the more updated template version soon that is utilizing includes with better code. Oh well for now I deleted the javascript. Thanks for pointing out the CSS problem i've fixed it.