Hey, I downloaded the i3Theme, and added some new material to my site. I wanted to put an image in the header, at the top, but can't find how to. Can someone explain how I can do this, and in where in the file structure? style.css, header?
I appreciate the help.
My site for reference is http://iPhoneXpert.com
This site got it working... http://www.willdta.com
i3Theme Problem. Need HELP!
Re: i3Theme Problem. Need HELP!
I guess that's already been solved since your site now has a header image, right?alexosh1234 wrote:I wanted to put an image in the header, at the top, but can't find how to. Can someone explain how I can do this, and in where in the file structure? style.css, header?
YL
Re: i3Theme Problem. Need HELP!
Would you mind telling me where the code snippet needs to be added to the index.tpl, I would like to put my own banner in there also.
Thanks
Derek
Thanks
Derek
Re: i3Theme Problem. Need HELP!
Well, the most sensible thing to do here would be to replacederekjd wrote:Would you mind telling me where the code snippet needs to be added to the index.tpl, I would like to put my own banner in there also.
Code: Select all
<h1><a href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
<div class="description">{$head_subtitle|@default:$blogDescription}</div>Code: Select all
#header { background-image: url(img/header.png) top center no-repeat; }The replace the first code snippet by this (index.tpl):
Code: Select all
<h1><a href="{$serendipityBaseURL}"><img src="{$serendipityBaseURL}templates/{$template}/img/banner.png" alt="{$blogTitle}: {$blogDescription}" width="300" height="50" /></a></h1>YL
Re: i3Theme Problem. Need HELP!
Thanks for the quick response, as always everyone here rocks. I'm more into having my own logo on the top of the blog, I figure I'll use nuggets if I do google addsense or something like that. I'll give it a shot, thanks again.
Derek
Derek