Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jxyama

macrumors 68040
Original poster
Apr 3, 2003
3,735
1
i'm trying to completely re-design my homepage and thought it would be a good time to write everything in xhtml/css compliant manner. at this point, it's just a hobby, but i like to do things the "right" way, if possible.

anyway, my question is, what is W3C's stance on use of frames? i know W3C discourages use of tables for formatting purposes - preferring to use CSS instead. i was wondering if use of frames is similarily discouraged and if so, what are some of the alternative ways to using frames?

also, is imagemap a thing of the past?

just trying to get a feel on where things stand...

thanks for any info.
 
If you want to comply with web standards and use frames, then you should use the XHTML 1.0 Frameset DTD (Document Type Definition).

Image maps are thought of as an outdated design method. Most people do not use it today because they are difficult to maintain and present usability and accessbility issues.

FYI...tables are fine to use for tabular data since that is their original purpose. When used as presentational markup (controlling placement of elements), then that is "frowned" upon.

I suggest you pickup a copy of Designing with Web Standards.

Couple other articles to get you started with Web Standards:
- Developing with Web Standards
- A Roadmap to Standards
 
As an Amazon Associate, MacRumors earns a commission from qualifying purchases made through links in this post.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.