Welcome to my blog, hope you enjoy reading
RSS

2009年11月9日星期一

如何制作blog background

先打开一个新的图画根据以下的size...


这个是for Photoshop的...












接下来就把你所有要加下去的图画都打开...
然后就把你所有的图画都组起来...

记得中间是你的blog不要把中间弄得太复杂... 如果你的blog是2栏的...

就是一边是blog一边是sidebar...

那中间就要留7 1/2 inches~~~ 如果是3栏的...

就是两旁是sidebar中间是你的blog的...

那中间就要留9 inches...













然后就加你想要的东西...

弄给他美美^^



作完后就把你的背景上载到网上...

可以让你上载图画的网址有photobucket, imageshack, tinypic等等...

我本身是喜欢用photobucket的^^

记得要把你的fiel size换成1 megabyte不然会太小...













上载后你会看到你的图画出现...

把那个direct link copy下来...

那个是你图画的URL



然后就去你的blog>layout>pick new template>minima template

然后就按edit html...

然后你就会看到一堆html...

然后就scroll下来...

你会看到这个:



body {

background:$bgcolor;

margin:0; color:$textcolor; font:x-small Georgia Serif; font-size/* */:/**/small; font-size: /**/small; text-align: center;

然后把那个html改成:



body {

background:$bgcolor;

background-image:url('你图画的URL,刚刚copy的那个');

background-position: center;

background-repeat:no-repeat;

background-attachment: fixed;

margin:0; color:$textcolor;

font:x-small Georgia Serif;

font-size/* */:/**/small;

font-size: /**/small;

text-align: center;

然后就按save template...

就完成啦!!!

哈哈哈!

恭喜你咯^^

0 评论: