-
about
谢谢大家的支持.关于此模板有什么建议和意见都可以联系我,我尽量解决.
-----------------------------------------------------------
问题1:如何更改模板旁边的三个标签的链接地址?
因为共享模板使用后不能直接更改模板,所以为你们写了一个JS,把以下的内容复制到[博客设置]-[自定义Head]里即可更改链接地址.
<script>
<!--
function changeLinks() {
if (!document.getElementById("mainlinks")) return false ;
//把以下的三个链接换成你自己的链接
var photo = "http://www.google.com" ;
var douban = "http://www.google.com" ;
var about = "http://www.google.com" ;
//如果你还想改"相 册""豆 瓣""关 于"这三个字样,请在此直接更改
//注意两个字之间必须有一个空格
var photo_to = "相 册" ;
var douban_to = "豆 瓣" ;
var about_to = "关 于" ;
var links = document.getElementById("mainlinks") ;
var links_a = links.getElementsByTagName("a") ;
var a_photo = links_a[1] ;
var a_douban = links_a[2] ;
var a_about = links_a[3] ;
a_photo.setAttribute("href",photo) ;
a_photo.lastChild.nodeValue = photo_to
a_douban.setAttribute("href",douban) ;
a_douban.lastChild.nodeValue = douban_to
a_about.setAttribute("href",about) ;
a_about.lastChild.nodeValue = about_to
}
window.onload = changeLinks ;
//-->
</script>问题2:如何自定义CSS?
还是在[博客设置]-[自定义Head]加段CSS,并全部加上 !important. (此法不适用于IE6),代码如下,对于熟悉css的可以自定义,也无需多说.
<style>
body {background: none !important;}
</style>update 09/07/30: 原背景图的地址失效了,请下载原图,自行上传到你的相册,然后修改CSS中的355387.css (第 5 行)红色的图片地址即可。 原图:
body {background:#FFFFFF url(http://lh6.ggpht.com/lds2016/SM9CcsYULmI/AAAAAAAACt4/aJ4rVUxM-ZM/s800/bg22_010.gif) repeat scroll 0 0;font-family:"Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;font-size:12px;margin:0;padding-bottom:50px;text-align:center;}








评论
怎么会这样
恕我愚钝
下载地址:
http://lds2008.blogbus.com/logs/33694531.html
你用的时候是不会出现我博客名字的。
2.然后在自定义HEAD里面加段
《style》
.postBody img {display: inline !important;}
《/style》
《》改成<>
有一个问题
我进行了首页上方三个连接的替换后前两次出现的都是博主的界面
后来才会是我自己的
是出了什么问题?
可以调整么?
《style》
#header .description {display: block !important;}
《/style》
《》改成<>
主页上文章不能全显示吗 可不可以全部都显示在主页上 不用点击阅读全文就能读完···
#header .description {color:#000000 !important;}
那我要怎么改呢?
《style》
#content .postHeader .tags {
font-style:normal !important;
}
《/style》
《》改成<>