BuyItSellIt Community
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



changing template header Expand / Collapse
Author
Message
Posted 10/26/2009 7:10:11 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 7:01:39 PM
Posts: 300, Visits: 1,409
I want to change my template header. I went into the template to look for the original. Nothing matches the name of my header I currently have. I don't want to mess up my template by trial and error. Is there an easy way to find the header and just change it out?

Thanks,

Holly




Post #51472
Posted 10/26/2009 8:39:22 AM


BISI Guru

BISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI GuruBISI Guru

Group: Forum Members
Last Login: Today @ 3:37:33 PM
Posts: 2,782, Visits: 6,858
It seems your template header is actually a background image that is specified in the css file. The css snippet looks like this:

#head
{
width: 900px;
height: 460px;
background-color: transparent;
background-image: url(http://custom.buyitsellit.com/2183/header-tprc.jpg);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

This is the line you'd edit to specify a different image:

background-image: url(http://custom.buyitsellit.com/2183/header-tprc.jpg);

You should probably make sure that it's the same size so that everything will still fit nicely.

~ Gayla







Post #51474
« Prev Topic | Next Topic »


All times are GMT -8:00, Time now is 7:31pm

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.141. 9 queries. Compression Disabled.