Help! I added a frameset and I can see it in every browser except IE8
In the event this happens to you, and the frameset tag itself is valid, you most likely included a "body" element in your HTML.
If you use framesets, the body only goes inside the "noframes" section if you have one.
I was banging my head against this. I knew the body tag was invalid when you use the frameset tag, but overlooked it since I started with a template HTML file as I'm sure many people do.
So here's hoping this stops someone else from banging their head against this too loudly.