Logo question

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jwinters
Posts: 1
Joined: Wed Mar 14, 2007 10:19 pm
Location: St. Louis MO
Contact:

Logo question

Post by jwinters »

My logo is 800 by 200 pixels. Is there any way I can incorporate it into the templates?

Jay
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi
sounds like a pretty good size for a header to me. If you want to put it in the header, you should upload your logo gif, jpg or png to templates/your_template_folder/img/

Quite a few of the single sidebar fixed width templates are 760px wide so if you use one of those you should resize your image before uploading it.

Then take a look at the style.css file for your template and use it as a background image in the header or serendipity_banner class/id. You can do this with something like

Code: Select all

	background: #FFFFFF url(img/your_logo.jpg) no repeat;
You may also need to set a height

Code: Select all

 height: 200px;
HTH
Dave
Post Reply