新CSS ヘッダーを画像にする
新CSSデザインに TOP画つける
これを新CSSの一番下に貼付けてください。
.skinBlogHeadingGroupArea,
.skinHeaderArea2{
padding:0;
}
.skinDescriptionArea{
text-indent:-9999em;
height:0px;
overflow:hidden;
}
.skinTitle{
display:block;
height: ここに画像の高さ(px)を入れてください px;
text-indent:-9999em;
overflow:hidden;
background:url( ここに画像のパスを入れてください ) no-repeat;
}