Quote Originally Posted by RobertR View Post
I'm checking templates at
http://(sorry, site offline)/index.html

and I wanted to view the source and within the source code it reads:

Your browser does not handle frames

-Can I still use the template?
- Where can i actually view the source?
- How/Should I correct the frames issue?
Your so-called "frames issue" has nothing to do with your browser, nor any problem on your system or theirs.

Anytime you View Source on a page that's using frames, you'll see whatever raw HTML is used for rendering content to the browser. In the case you mention, the person designing the frame site has wisely added some help text to show up whenever the visitor's browser cannot display frames ... it's a usability thing ... rather than failing to display any of the frame content, the designer added some text to explain why things weren't working as expected.

If you want to see the content of the HTML of the page the frame is linking to, copy its URL from the raw View Source text you're already looking at, paste that URL into a browser address bar and press Enter. Then do View Source again to see *that* page's source.