China Naming Network - Baby naming - How to add weather forecast, etc. to your own space?

How to add weather forecast, etc. to your own space?

Add weather forecast

[1] Enter "Settings" ---> "Advanced Settings"

[2] Click "Customize CSS" on the right to You: ? Directly edit the CSS file to achieve personalized effects" "Start customizing" below

[3] Add the following full code at the bottom

#comm_info div.line{ margin-top:8px;line-height:10px;border-top:2px solid #BBC1C6; background:url(/sign.png) no-repeat bottom; padding-bottom: 100px;margin-bottom: 25px} where / sign.png is a picture that you can make yourself and then upload it to the album

You can also add a clock:

The specific method is as follows

Find the line #header div.rc Replace with the following code

#header div.rc{background:url("javascript:document.body.onload = function(){if(document.getElementById("header") ){var aminganjie=document .getElementById("header");aminganjie.innerHTML="

"+aminganjie.innerHTML;}}");} Change height=300 to 300 and it will become smaller after a while