My logo is 800 by 200 pixels. Is there any way I can incorporate it into the templates?
Jay
Logo question
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 You may also need to set a height
HTH
Dave
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;Code: Select all
height: 200px;Dave