Welcome to this Blog. This blog is about some Blogger Design Tips and is for my personal used. IF you have come have, just see.Everything at there were copyright from many web and some is my thing=)
Although many things were copy from but also have this word give all of you, Don't be a Copycat! always copied anything.
Just like that, Thankview=)

Nice Looking around at here.

Friday, September 3, 2010

★ 複雜

複雜。。[[ 到edit html ]]

1.標題旁邊添加圖片

将Expand Widgets Template打勾

然后找到类似以下的代码:

<b:includable id='post' var='post'>
<div class='post hentry'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>

然后在<b:if cond='data:post.url'>下面放上以下代码

<img src="你的图片网址" style="border-width:0px" />


2.提高搜索blog

首先,倒Design-->Edit HTML
按Ctrl+F找类是以下的代码~
<title><data:blog.pageTitle/></title>

将以上代码替换成:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

3.標題開花

padding:7px;
background:url(http://sl.glitter-graphics.net/pub/695/695351ug3twpiwlh.gif) no-repeat;

你只需要copy以上的代码
然后到
]]设计-->修改HTML[[

按Ctrl+F找a:hover {
然后将刚才的代码放在a:hover {下面就可以了

4.rainbow

将下面这行code copy起来~

<script src='http://ggpi.googlecode.com/files/rainbow.js' type='text/javascript'/>

然后到Design-->Edit HTML
用Ctrl+F找到</head>
</head>上面放上刚才的代码就可以了

5.隱藏navbar

首先到Design>Edit HTML中
使用Ctrl+F找body {

然后在body {上面加入以下代码

#navbar-iframe{
opacity:0.0;
filter:alpha(Opacity=0);
}


#navbar-iframe:hover{
opacity:1.0;
filter:alpha(Opacity=100, FinishedOpacity=100);
}

6. 更换Favicon

首先将你要放的Favicon图片Upload到Imageshack或是photobucket 

好了之后,到
设计-->修改HTML

按Ctrl+F寻找</head>

在</head>的上面放上以下的代码~
<link href='你的图片网址' rel='shortcut icon'/>






== FINISH ==

No comments:

Post a Comment