Topic: modify the header?

i have changed the width of my forum to 800px and it is fine but i am now wounding if it is possible to change the width and then height of the header.php? i want the header 100%? i have looked in the php file but am unable to find any help? is this possible.

Sorry. Unactive due to personal life.

Re: modify the header?

why look in the php file? just use css. In ./style/*.css add this, and it should do the trick.

div.brdheader {
    width: 100%;
}
echo "deadram"; echo; fortune;

Re: modify the header?

donst do anything when i add it to the css i am using??

Sorry. Unactive due to personal life.

Re: modify the header?

hum, how did you make your forum 800px wide then? From what I can tell the default is to set the width of the header to 100%... course I only tested firefox.

echo "deadram"; echo; fortune;