home about me stuff links follow dashboard

Wednesday, August 3, 2011

教学/Tutorial || 提示牌/Notice Board







给 мs.γιи♥ 
这个应该就是你想要的了
=)

i think this is the thing u want
=)

教程还没开始之前
麻烦先帮我Like一个
^.^

Before the tutorial start
Please help me press the Like button
^.^
点它/Click it : 



中文/Chiness:

① 信息中心 --> 设计 --> 页面元素--> 添加小工具 --> HTML JavaScript

② 将以下代码放进HTML JavaScript



<!-- PLEASE Do Not Remove Credits --><br />
<!-- Lhezs' designs of www.cute-mandu.tk --><br />
<br />
<style>
<!--
#postit{
position:absolute; width:200px; padding:5px; background-color: #FFFFFF; border:2px dashed pink

visibility:hidden; z-index:100; cursor:hand; color: black }
-->
</style><br />
<br />
<!-- Paste this code into the BODY of your HTML document --><br />
<!-- This script from http://www.rainbow.arch.scriptmania.com/ --><br />
<br />
<div id=postit style="right: 10px; TOP: 150px"><br />
<div align=right><b><a href="javascript:closeit()">[Close]</a></b></div><br />
<!--INSERT YOUR CONTENT HERE--><br />
输入文字
<!--END YOUR CONTENT HERE--><br />
<br />
</div><br />
<script type="text/javascript" language="javascript">

//Post-it only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause postit to display every time page is loaded

var once_per_browser=0

///No need to edit beyond here///

var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ns4)
crossobj=document.layers.postit
else if (ie4||ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit


function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"
}
}

function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"
}

if (once_per_browser)
showornot()
else
showit()

</script>


③ 提示:将红色字体填上,绿色字体可自行更换

④ 在输入文字当儿 以 <br> 作为下一行的代码,比如:
输入文字<br>

⑤ 储存

完成!!
祝你成功!!


英文/English:

① Dashboard --> Design --> Page Elements --> Add a Gadget --> HTML JavaScript

② Copy the code below and paste it into  HTML JavaScript


<!-- PLEASE Do Not Remove Credits --><br />
<!-- Lhezs' designs of www.cute-mandu.tk --><br />
<br />
<style>
<!--
#postit{
position:absolute; width:200px; padding:5px; background-color: #FFFFFF; border:2px dashed pink

visibility:hidden; z-index:100; cursor:hand; color: black }
-->
</style><br />
<br />
<!-- Paste this code into the BODY of your HTML document --><br />
<!-- This script from http://www.rainbow.arch.scriptmania.com/ --><br />
<br />
<div id=postit style="right: 10px; TOP: 150px"><br />
<div align=right><b><a href="javascript:closeit()">[Close]</a></b></div><br />
<!--INSERT YOUR CONTENT HERE--><br />
The word you want to write
<!--END YOUR CONTENT HERE--><br />
<br />
</div><br />
<script type="text/javascript" language="javascript">

//Post-it only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause postit to display every time page is loaded

var once_per_browser=0

///No need to edit beyond here///

var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ns4)
crossobj=document.layers.postit
else if (ie4||ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit


function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"
}
}

function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"
}

if (once_per_browser)
showornot()
else
showit()

</script>

③ Fill up the Red color word and you can change the green color word by yourself

④ When you fill up the Red color word,use <br> to become your next line's code,for example:
The words you want to write<br>

⑤ Save

Done!!
Wish you good luck!!

链接我/Link Me




sticker



2 Oreo ♥:

LieLie said... Reply

字體顏色要怎麼換哦??

Min said... Reply

hw 2 put tat hello kitty?

Post a Comment