Knowledge

Possible icons for the Printer, e-mail and PDF versions Drupal module

The mail icon is from the lullabot pack 1.

The pdf icon is based on the lullabot set using the photoshop files and some tweaking.

The printer icon I created myself, which I release under the GPL licence so that it can be used in Drupal (and others).

As you can see they work well on different backgrounds.

Basic page template for XHTML 1.0 Strict

This is the simplest, validating code for XHTML 1.0 Strict DTD and can be used as a template for all web pages.

Valid xhtml (html)? Why?

You may be wondering why following the W3C recommendations is so important.

From experience, if your code isn't valid, at least one of the different browsers will not display the page how you intended it to look. I also find that WYSIWYG editors like Dreamweaver can mess up your brilliant code. So be careful.

Clean table-less validating websites are more likely to be accessible.