We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Text at bottem; didnt know what to call it; By SilentChaos
Topic Started: Jan 25 2010, 10:56 AM (109 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: SilentChaos
[CODE
 
Text at bottem; didnt know what to call it]ADMIN CP --> Skinning & Styles --> Board Wrappers --> Header & Body Under <% BOARD %>



Code:
 
<script type="text/javascript">
<!--
timeID = 20;
stcnt = 16;
msg = "TEXT 1 HERE | TEXT 2 HERE";
wmsg = new Array(33);
wmsg[0]=msg;
blnk = " ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}

function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}
// -->
<!--
wiper()
// -->
</script>



Preview: Look at bottem
Offline Profile Quote Post Goto Top
 
0 users reading this topic
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply