Hello to all, first that nothing excuses the English for this post since I use a translator.
I am arming my first site with Drupal and need to know since I can do so that Drupal recognizes the styles that I indicate to him, that is to say, not those that bring by defect.
I have discovered that input forums get the class "form-text required" assigned.
Someone who knows how I can change the class to for example "form-text-required" in order to get the whitespace removed?
With the whitespace in the class-name I have problems with overriding the default style with an external stylesheet.
I've got a layout in which content of the CCK node is displayed in one column and comments are displayed in the other column parallelly to the content. That's the layout idea, but I can't achieve it. I made a custom node-content_my_article.tpl.php which prints only node title and node terms. But I still can post comments under the content. I didn't print $links but the damn comments (and 'comment or login' links too) keep appearing :((((
i want to have menu which has for each menupont (for example: Home, Games, Contact) a own picture. This picture should be shown a bit more left than the background of the menu.
1) How can I have a seperate list of Menu items in a) Navigation Bar b) At the top of the page i.e. Primary Links c) At the bottom of the page ?
For example: In the Navigation Bar and In the top primary links, I just want to list the main features of the site. However, in the bottom of the page, I want to have About, Contact, Terms of Use etc. links which are completely different than the Navigation or Top Primary links.