Hello. I've just managed to install Drupal 5 and plan to use it for personal blogs for me and my friends (it is great, thanks to all involved!). I know that my question might sound a bit stupid for most, but how do I center the title in the header (I disabled the logo, I just want the title to be visible)? Thank you in advance.

Comments

jphelan’s picture

to the style.css file in the garland folder add these two lines to this id at about line 320:
#wrapper #container #header #logo-floater

text-align:center;
  width:100%;
svn7svn’s picture

this isn't working for me. i'm ready to smash my head into my monitor. my code looks like this

div#header{
 text-align:center;
 width:100%;
 height: 265px;
 background:url("img/header.jpg") no-repeat 0 0;
 display:block;
 /*float:middle; */
 clear:both;
 margin:0 auto;
  }

but i get no result. >=-(

here's the link to my drupal page

http://www.fallingleaveskungfu.com/portal/