Re: there are many members that are asking for this
so here is a simple css code ..
it is for changing the headers into images...
just follow the instructions..
preview: no preview for now..
credits: me
[quote=mhavier29]why is it the header background of my tracker still appears on my profile?[/quote]
Try this code.
[quote].tracker h2{
background-color:#000000;
background-image: url(IMAGE URL);
background-position:center;
background-attachment:scroll;
background-repeat:no-repeat;
height:30px;
font-size:0px;
}[/quote]