Drupal 6
CCK, Nodes, Views, Panels: Drupal Development in a Nutshell
Delete Drupal Installation
If you ever try to delete you Drupal website, you will fail to delete the "sites" folder.
This is because the "default" folder and "settings.php" file both have limited write permissions.
To delete your folder you will need to change the write permissions for both the default folder and the settings files the default folder contains.
Write click on the default folder and select Change Permissions. The write permissions are set so that User can write but not Group or World. Select both Group and World and save.
Troubleshooting Your Drupal Website
If you're looking to troubleshoot your website ... you can do a number of things ...
Perhaps you'd like to add tags to the filter HTML input format.
Adding Tags to the Filter HTML Input Format
In [Drupal], the Filtered HTML input format ships with a very limited number of allowed HTML tags:
- <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
You will probably want to add tags to your list of allowed HTML tags.
To add tags to the Filtered HTML input format,
