Page is a not externally linkable
webdoctor - 2:03 pm on Nov 16, 2005 (gmt 0)
frames aren't very search engine friendly - if someone gets referred to one of the frames without its parent frame they may not be able to navigate. tables aren't great in terms of accessibility - see this page for more info (Guideline 5 talks about tables) basically frames and tables are rather 1990s :-) using CSS is often better, and if you learn how to do CSS it's a useful skill
I shouldn't use frames or tables and should do all formatting through CSS.
[w3.org...]