Need help from CSS gurus!

Hi, here's what I'm trying to do. I have an empty div with a background image (3px wide set to repeat in the x direction), a heading and another empty div with the same background image set to repeat-x. How do I display all 3 elements inline horizontally such that the heading is centered and the left and right empty divs adjust their widths accordingly? I've attached a rough drawing showing what I'm currently getting and what I actually want.

Excluding nodes & User Profiles

I have a drupal site: www.thewomensnest.com

I have a Google ad on all node pages (node/*)
Is there a way to exclude just one node page without having to list all nodes separately?

Also, I'd like to offer cool user profile pages - how would I do that? I saw a post from 2005 but wasn't sure if there are current modules/or info.

Thank you!!!

How do I access folder content without passing the URL path to Drupal?

Hey all,

I employ heavy use of the url_alias table to make my blog articles show up as mysite.com/news/blog-title ... and getting great SEO returns for my effort.

Unfortunately, it seems now that I cannot access files in other non-drupal folders if those folders are more than one layer deep. For example, if I access a folder with images in it, like:

mysite.com/pics/myimage.jpg

... which is only one layer deep, it works just fine...

But I have a number of open-source projects under pathing such as:

mysite.com/downloads/myapp/myapp-v0.61.tar.gz

When I try to access that URL, Drupal feeds me my home page, and this behavior repeats for every file/folder I try to access under my /downloads/ folder if the folder/file depth is more than one level away from the root of my site. In other words, any URL that has more than one layer of folders, and Drupal tries to handle the URL for me without detecting that the folders/files actually exist.

I'm sure there's a mod_rewrite rule to help this, but so far I've tried inserting this into my .htaccess file, but had no luck:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(downloads) <---- added this line
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Perhaps I need to include the subfolders in there, like
RewriteCond %{REQUEST_URI} !(downloads/myapp)
??

geoffthedentist.com - simple Drupal 6 site

I threw this Drupal 6 site together for my dentist brother-in-law to be. It shows how Drupal is effective for even the simplest of sites.

Modules
img
global redirect
meta tags
path filter

The theme is, obviously, Zen Classic.

Criticism welcome.

http://geoffthedentist.com/

How can I disable comment and contact textarea resizing?

I'd like to have fixed-size textareas for comment and contact forms.

Any idea?

Alice Solar City Sneak Peek

Hi Drupal people

Just like to thank the Drupal community and show a new web site we have created.

Positive criticism allowed :)

This is the first site we have done with Drupal, we implemented it in Drupal 6 as that was the newest at the time and thought it would be better supported for a while.

It has gone OK but there seems to be some sort comings.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x