Theme

How to hack css files for Microsoft IE? ( Part One )

First of all, we should be familiar with the following terms.

  • quirks mode and strict mode: quirks mode and strict mode are the two modes that the modern browsers can use to interpret your CSS. more...
  • conditional comments in IEs : conditional comments only work in IEs, and are thus excellently suited to give special instructions meant only for IEs. more...

Configure Durpal and FCKEditor to Support "pre" tag

Code snippet is wrapped by 'pre' tag usually when published on the web. Then how to configure your drupal site with fckeditor to support pre tag?

Missing $closure variable in page.tpl.php leads to unusable fckeditor

I'm building a drupal site for a client, one of the node types has a simple page layout according to the requirements.

Customized page layout according to node type

This article is based on Drupal 6 series, and php template is used! How to layout your site according to node type?

Easy!! Do it as following steps: