Friday, July 9th, 2010, 23:39:44
Today, I want a personal blog to another background background, are now popular written in CSS inside.
Chose a few photos, but CSS can only set a background.
As
A
2
3
| body {
url ( http : //img401 .imageshack .us/img401/ 7982 /speedlikecy01.jpg ) center no-repeat background: url (http: / / img401. imageshack .us/img401 / 7982 / speedlikecy01.jpg) center no-repeat
} |
But can only be set to one, feeling a little boring.
Think of Ideal, each time you open the blog will randomly display a different background.
Random CSS background rotater
The Continue reading 'Random CSS background' »
Friday, December 19th, 2008, 23:20:22
Bored just search google and found that it contains some do not. Useless connections.
However, we can use robots.txt to limit the search engine to crawl part of the directories and files.
What is a robots.txt? In fact, it is only one on the website root directory, and write the text file of some text.
Those things is to tell the search engine can be included, those who can not.
Doing so will increase the friendliness of the web page, seo, one of the methods.
Otherwise included several URLs, but the same page. This is not very good.
In google to find the corresponding wordpress robots.txt to modify some.
As follows to add a robots.txt Continue reading 'wordpress' »