[quote=cray05]@refresh/reload>> many tnx bro for d info heheh i'll try it
but 1 question again (^^kulit) how can I make fonts larger or smaller ^^ many tnx for d answer ^^[/quote]
look for this part...
[quote].wipe1 { font-size:36pt; }
.wipe2 { font-size:22pt; }
.wipe3 { font-size:18pt; }[/quote]
then edit it at ur size liking....
btw... you can add more text message and make them appear anywhere
from the middle going below by using breaktags [b]<br>[/b] and u could
also edit those text.... just use only those 1,2,3, wipe. sample below..
[quote]var wipe_array=new Array(
'<span class="wipe1"><br><br><br><br>kino [b]<blink>[/b]<font color=#ff0033>a.k.a.</font>[b]</blink>[/b] errorgod, Refresh/Reload</span>',3000,
'<span class="wipe2"><center><img src="http://h1.ripway.com/azozena/24hrs.gif" width="230" height="40" border="0"></center></span>',3000,
'<span class="wipe3"><br><br><br><br><br><br><br>[b]<font color=#cc9966>[/b]HAPPY HOUR:[b]</font>[/b] <blink>from Dusk til Dawn!!</blink></font></span>',3000,
'<span class="wipe2"><br><br><br><blink><font color=#ff0033>Losers</font></blink> are not welcome!!</span>',3000,
'<span class="wipe3"><blink>Are you ready...?!!</blink></span>',3000
);[/quote]
note: <blink>text</blink> works on FF only...
if you want to make it clickable and not automatically redirect to your page
in case you want to add more addons on your enter page... see the wipe js
of andha at his code... [b]
http://www.freewebs.com/andh4/wipes.js[/b]...
upload and make ur own copy and link... then look at this part....
setTimeout('setDest()',dest_delay); ....put a title tag on it for bypass..
[b]//[/b]setTimeout('setDest()',dest_delay);
then on your main codes look for this part and delete those [b]bold[/b] parts
[quote][b]function setDest() {
window.location = "http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID";
}
if (opr||nodyn)
setDest()[/b]
function initDynLyrs() {
[b]if (nodyn) setDest();[/b]
positionBotmRt('skipDiv');
wipeLyr1 = new dynObj('wipeDiv1');
wipeLyr1.centerIn(window);[/quote]
then change your skipDiv with this....
[quote]<div align="center" id="skipDiv" >
<a id="skipLnk" href=[b]"http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID"[/b]>skip/enter</a>
</div>[/quote]
now it's a clickable button...
if you want to place ur button in the middle.. look for the skipDiv css
and edit it... ex. below... i put a border and place it in the center...
[quote]#skipDiv {text-align: center; visibility:hidden; width:100px; border:2px solid #ff0033}
#skipDiv a:link, #skipDiv a:visited {
font-family: 'century gothic';
font-size:12pt; color:#cc9966; }[/quote]
hope this one helps....

credits to [b]andha[/b]
Last edited by Refresh/Reload (2008-01-25 04:43:06)