Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to style some form elements differently to the rest of the site. The form was created using the webform module. When I looked at the html the form elements had a id that I could use to style it. But I cant seem to refer to the id.
Example: id="edit-submitted][Name"
How would I refer to this in my CSS, or does the module create the id incorrectly. Can you use brackets in your class and id names.
I installed the attachement-module (as replacement for upload-module) and the inline-module. The inline-module worked together with the upload-module but doesn't work with the attachement-module. I need the functionality of the attachment-module because I need one namespace per node.
I am using Drupal as the basis of my web site. However, I still use a non-Drupal static (.html) page for the front page. I'm just curious if there is any way to add code to a static (.html) page, so that it shows one or more blocks from a Drupal Installation? Moreover, is there any way to have excepts from forum pages on a static (.html) page? Something that has an except from the forum page and then "read more...".