Simon Porter wrote: > Please give your feedback on the layout With CSS, you do not need to use tables at all. You can position the div elements directly. If you plan to use tables for the layout, the div's are useless as the layout classes can be specified in the table tags.
Also, XHTML requires non-block tags to have ending slash inside them, fe. <link ... /> _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
