Howdy folks. I'm looking for what will hopefully be an easy fix that won't break anything else. I'm using bluebreeze on my site, http://iamaelephant.net
Hello, using Drupal 5.1, and am new to it. My first Drupal site is 4 pages, with a seperate css theme for each. One of the pages is contact. I originally had this page created, but then found out that I don't need a page for contact, just have the contact module enabled, and go to http://www.mysite/contact. So I deleted the contact page and enabled the contact module and gave anon users access.
I'm trying to design a logo with GIMP for my Drupal site -- I keep running into the problem of jagged text on a transparent background. How do I create transparent logo text without the jagged edges - I have antialiasing turned on. Thanks.
In 4.7.x, you would use theme('stylesheet_import', base_path() . path_to_theme() . '/extra_stylesheet.css') or theme_add_style($themes[$theme]->filename)
In 5.x, this is now changed to drupal_add_css($path = NULL, $type = 'module', $media = 'all')
Maybe its me but i couldn't get my head round the instructions
hi, i'm trying to get my logo to display on my site. I uploaded it, but it won't display. Where it should be, there's only an empty box with one of those red and white x thingys. I've tried it with both jpegs and gifs, with no diffrences. Can smeone tell me if this is a problem with the system or if im doing something wrong?
Thanks!