Page 1 of 1

Logo question

Posted: Wed Mar 14, 2007 10:56 pm
by jwinters
My logo is 800 by 200 pixels. Is there any way I can incorporate it into the templates?

Jay

Posted: Wed Mar 14, 2007 11:54 pm
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