1 cyb3rmx May 18, 2010 22:19
3 bushleaguecritic May 19, 2010 03:53
The quick reply would be be to disable the Blog Title widget, replace it with the Image/Blog Logo widget and put your image in the root of the blog's media directory.
However.... you're not going to like the way it displays it, so you may have to resort to creating a new container in one of your skin files (probably _body_header.inc.php with 3.3.3), then styling it with the style.css file in your skins folder to make it show up the way/where you want it.
You could also just disable the widgets, create an image file that fits the dimensions of that particular container in your skin, put it in the img folder of your skins directory, and add it as a background with css:
#header {
color: #FAF7E8;
width:960px;
clear: both;
padding: 0;
margin: 0 auto;
height:160px;
background: #330000 url(img/my-logo.jpg) top center no-repeat;
}
Changing the width and height to match your header container, of course.
Lots of options, just none of them easy if you're unfamiliar with php and css. ;)
4 cyb3rmx May 19, 2010 07:52
More clearly than the water..!
Thank you very much, i will try the first option, and in case it gets difficult as it sounds hehe, ill try the second.!!
Thank you again! ;)
Anyone? :'(