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.
So I am working on a website for my university department (i am a design student, not a developer) and the deadline is approaching fast. I need to know where to best invest my time and so I am throwing a big, perhaps unclear, question out to the community.
I'm having a really frustrating time with this. I'm simply trying to add a small image to the text body of a node. I'm using image_assist and when I create the style:
span.inline { /* all pics go to the right of the main text */
float: right;
}
It does what I expect, but in IE on Windoze, it doesn't show up at all! Can anyone help me with this? (god, i hate IE). Thanks!
Could someone please explain to me how to use the inline voting filter? How to I write out the sentence (what syntax or what format do I use) to ennable the feature?
We would like add the following hook in from our Intranet: is it possible to pass the viewer's email address to Drupal as a variable? If not right off the shelf, as a customization? Also does the blog log IP address?
The goal being that a user wouldn't have to enter their email in a blog posting.
I am running drupal 4.7 and am having a recurring problem with the TinyMCE editor. I create a page, submit it, and it looks fine when published. However, when I return to edit the page, I find that empty lines (designated by TinyMCE with <p></p>) are stripped out. I have to re-edit the entire page and add any extra spaces that have been stripped.
The way I have it configured, tinyMCE requires about 600px width.
I am working a modified version of the Burnt theme, and I am very happy with it.
One of its cool advantages is that it is very flexible for a fixed with template. When in admin pages, all blocks in the right go to the bottom of the left column, and that gives room enough some wide admin areas.