Structure and Visualization
Thursday, August 9th, 2007
- Do not use <font> element.
- Move arrangement attributes (align, valign, width, height) to CSS.
- Do not use tables except showing table data. Using tables for visual formatting is acceptable in complex situations only. Max table nesting can not be great than 3.
- Move attribute “background” to CSS.
- Design of input fields and buttons must be written as class in CSS.
- Style table must be written as external file and linked using <link>.
- All images related to design (not content) move to block with style {background: transparent url(”gif”) no-repeat;}
Posted in Structure and Visualization | No Comments »