I added an image to the my content and have the Input Format set to FULL HTML. The text alignment is right against the image. In my HTML editor an image is allowed some default padding around the image however in the Drupal editor the text is right against the border of the image. How can I adjust the image to allow some padding on the border? See the the following http://ancestrycms.org/drupal/About+Us
I want to associate a taxonomy (vocabulary) to separate contents type (created using cck module). But I want to use separate labels on these forms.
Further, I would prefer a little more control on the display. e.g. I'd like to organize these taxonomy lists, introduces automatically in the forms, my way based on the natural flow of my content form. For example, if I have a state taxonomy, it would look good with the address instead of somewhere else.
I have a PHP parsing error in the module I've developed and the site is just showing the Error and nothing else. All my attempts to get rid of the module failed:
* renamed my_module.module to my_module.module.orig
* renamed the folder it's stored /modules/my_module/ to /modules/my_module_DELETED_/
* manually updated system DB table, modifying filename field
* manually updated system DB table, modifying name field
* manually updated system DB table, setting status to 0
i m working on website development in drupal & i have created a menu containing topics and subtopics. On sutopic pages related articles also appear on right hand side.The problem i m facing is that when i click on any article the menu collapsed & i want to keep it expanded.
Can any one help me out to achieve this...?
Also i need some guideline that how drupal keeps the menu expanded...