Saturday 12 May 2012

link shadow

1. Dashboard>Design>Edit html>Tick Expand Widget Templates

2. cari code nih :  
 ]]></b:skin>
3. copy code nih : 
 a:hover { text-shadow: 1px 1px 3px #000000; text-decoration: none; }
4. letak ATAS ]]></b:skin>

5. save

tulisan merah tu , tukar code colour korang .

Thursday 8 December 2011

goodbye alert

1 . Dashboard > Design > Edit html > tick Expand Widget Templates

2. cari code nih :
</head>

3. copy code nih :
<script type='text/javascript'>
// goodbye alert
function goodbye(){
alert('nanti datang lagi ye');
}
parent.window.onunload=goodbye;
</script>

4. paste bawah </head>

tulisan merah tu korang bleh gnti ayat korang .

window alert

Dashboard > Design > Page Element > Add Gadget > HTML/JAVASCRIPT
<script language='javascript'> window.alert("AYAT KORANG"); </script>
*yang warna merah tu , ganti dengan ayat korang oke :)

Tuesday 6 December 2011

header part 1

        Assalamualaikum,ni first time saye buat header kat korang...naktak ?amikjer...



http://i1196.photobucket.com/albums/aa412/tgdz/jiah%20punye/th_header1.png

http://i1196.photobucket.com/albums/aa412/tgdz/jiah%20punye/th_header2.png

http://i1196.photobucket.com/albums/aa412/tgdz/jiah%20punye/th_header3.png


taklaa cantik sangat...hehe..
tapi kalau nak ambil jer kehh..
tuje.baii.

Wednesday 30 November 2011

double underline

Assalammualaikum ^_^ . tutorial neh cara2 nak buad double underline . korang boleh ikod step2 bawah neh yea :)




1 .  Dashboard > Design > Edit html > tick Expand Widget Templates

2 . tekan  CTRL + F dan cari :

/* Header
3 . copy code ni :


u {
text-decoration:underline;
border-bottom: 2px dotted #00FF00;
padding: 0px;
}


4 . lepas dah copy , paste atas  /* header
 
5 .  yang tulisan warna merah tu , korang boleh tukar yea :)

Friday 25 November 2011

opening note untok blogskin

 tuto nii diminta oleh syu..


• Dashboard > Template > Edit Template
• Ctrl + F this code : </style> and paste these codes before the </style> code

.hallo {
text-align:center;
margin-top: 250px;
}

• After that, paste the codes below before the <body> or <body oncontextmenu='return false;'> code

<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity(); */
function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
/* changeOpacity() uses three different opacity settings to
achieve a cross-browser opacity changing function. This
function can also be used to directly change the opacity
of an element. */
function changeOpacity(el,opacity) {
var image = document.getElementById(el);
// For Mozilla
image.style.MozOpacity = (opacity / 100);
// For IE
image.style.filter = "alpha(opacity=" + opacity + ")";
// For others
image.style.opacity = (opacity / 100);
}
/* fade() will fade the image in or out based on the starting
and ending opacity settings. The speed of the fade is
determined by the variable milli (total time of the fade
in milliseconds)*/
function fade(el,milli,start,end) {
var fadeTime = Math.round(milli/100);
var i = 0; // Fade Timer
// Fade in
if(start < end) {
for(j = start; j <= end; j++) {
// define the expression to be called in setTimeout()
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
// setTimeout will call 'expr' after 'timeout' milliseconds
setTimeout(expr,timeout);
i++;
}
}
// Fade out
else if(start > end) {
for(j = start; j >= end; j--) {
var expr = "changeOpacity('" + el + "'," + j + ")";
var timeout = i * fadeTime;
setTimeout(expr,timeout);
i++;
}
}
}
</script>
<div class="hallo" onClick="javascript:toggle('wise', 3000); this.style.display='none';
document.getElementById('june').style.display=''">
<img src="URL WELCOME NOTE"
style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=40"/>
</div>

<div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;">
<div id="june" style="display : none;">

• Change the text that I'd blackened to your welcome note link and Good Luck

besarkan tulisan di link


tutorial nih untuk membesarkan link . bila cursor korang menyentuh dekat link tu , tulisan tu akan membesar . nak kasi kecik pon boleh . korang boleh saiz font .

1. Dashboard>Design>Edit html>Tick Expand Widget Templates

2. cari code nih
a:hover

3. kemudian , copy code nih
font-size: 22px;font-weight: bold;text-decoration: none;}

4. paste bawah a:hover

5. tulisan merah tu saiz untuk fonts oke :)

6. aku rasa kalau nak preview tak boleh , xkan mnjadi . so , tekan save template trus la :)
 
Template Edited by Tyraa Marseilla| All Rights Reserved And Protected