This is way off topic for a PHP user group. PHP is the back end logic, and you should leave the presentation code to people who get it right, and care.
Web standard XHTML/CSS is not that difficult to write. In the marking schedule for our Web Dev Diploma at Natcoll we have a checkbox for "Validated XHTML" and from 2 months into the course, after starting with no knowledge of coding at all, that is what the students do. Whack in a CSS reset, avoid borders if possible, use margins on children, never padding on parents and you have cross-browser, XHTML- validated pages, and then you can get on with the fun stuff. Apart from anything else, its way simpler and faster to get it right the first time. Steve On Mar 20, 7:44 pm, Adi <[email protected]> wrote: > Here's googles > > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.google.com&charset... > > who cares if they make billions, they have 40 errors...such loosers..:-/... -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] To unsubscribe from this group, send email to nzphpug+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
