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 get my content div to be the width it is supposed to be, without it having to have that much content in it. At the moment it is squashing itself, maybe because it is floating? I don't want to use a width, because it is a fluid layout. Percentages won't work unfortunately... Is there any way to fix this? Here's the CSS for the content div:
#content
{
padding: 10px;
margin-right: 255px;
float: left
}
I still haven't figured this one out. I want the free tagging from taxonomy to be used solely as tagging. It's great in how it already functions, but I want to achieve a level of sophistication with my content that exceeds what it can offer.
My site will feature a few particular types of custom content-types (Album Review, Rumors/Gossip, News, Photo Galleries). I also want another content-type that will be used to create Artist Profiles.
I desperately need feedback! I need the phpbb module to work with four different databases - but the module form only gives me room for one! what do I do? how do I get the module to interact with all four databases?
i'm new to drupal and trying to build my first drupal site. I really have a lot of questions and try to keep them separate to different posts. My menu questions:
I want to include own javascript code to the menu items? Is there a possibility to add the Javascript in drupal (via an extension) or do I have to modify a function?
My second question is:
How can i realize conditional menus? I want different submenu's depending on the main menu items.