Hi guys, Drupal is an excellent content management system. It has a lot of features and one interesting feature is its dynamic template system. Dynamic templates allows us to change the layout of a page or a block very easily. For example, if you need a different layout in the Front page, you can use the front page template.
Read more…
Hi friends, Today I am going to show you how to set home page in a Drupal site. We can set the home page either from the admin panel or by using a page template (front page template). If you want to change the layout of the home page then creating a front page template is the prefered method.
Read more…
Sometimes we may need to include style sheets only for Internet explorer and it is possible to do so by using CSS conditional comments. Conditional comments allows us to load style sheet only for Internet explorer and also for specific version of Internet explorer.
Read more…