Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.
Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Sorry, you can't have them.
no way... Just kidding with you!
Read on...
Ok. So you liked my shiny text?
The glowing one?
Just go get yourself a HTML box,
you know, you go on controls and then add HTML.
One thing you should know, you HAVE TO take out
the spaces between these: < > If it says: < table style'
or something...
OK?
Then you copy and paste this:
< table style="filter:glow(color:#FF00FF)" >< tr >< td >
< font face="comic sans ms" size=8 color=#FFFFFF >
Stars Of Olsen< /font >< /td >< /tr >< /table >
You can also change the colors, you just put a HTML color
code where it says #FF00FF and #FFFFFF
Where it says Stars Of Olsen, you put your own text.
See..? It's not so hard!
Floating picture: (Like the one on my front page)
A little hard one, but you should try...
Step one:
Copy and paste this into a HTML- thingy
(remember to take out the spaces! You know the
spaces, right? Read up there...)
if (document.all||document.getElementById)
document.body.style.background="url('http://pic.piczo.com/img/i23181786_50127.jpg') black left no-repeat fixed"
< /script >
Step two:
You upload your picture to piczo, or you find a URL from
somewhere else. (You find URL here: Right click on¨
picture, and properties.. Copy and paste the URL
where it says tha-bla-bla-bla thing. Remeber to have ('
and ') at the beginning and end.
You can change where your pic is gonna go,
just put in right, center, or left where it
says left here.
There YOU GO!
* * * * * * * * * * * *
Fading pages:
I'm not sure if I have this one on my site,
but you can have the HTML anyway... LOL..
Copy and paste this into your HTML-box
for sMoOtH transition..
(Take out the spaces)
< META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=1.5)" >
< META HTTP-EQUIV="Site-Exit" CONTENT="BlendTrans(Duration=1.5)" >
If you want a little more fAnCy thing, just take this:
< meta http-equiv="Page-Enter"
content="revealTrans(Duration=3.0,Transition=23)" >
< meta http-equiv="Page-Exit"
content="revealTrans(Duration=3.0,Transition=23)" >
* * * * * * * * * * * *
Up and down thing:
Copy and paste this into A NORMAL TEXT box:
Then you can change colors.. (Take out spaces)
Okey..
Yahoo seach bar!
You really don't need it, but it's a
cool statement.. It's like:
'woooooooow, you have a search bar.. You must be
good at that piczo-thing!'
(It's like the one over there...
Every site with respect of it self MUST have one of these..
Go get yourself a HTML box, and copy paste...ALLRIGHT!
* * * * * * * * * * * *
Want one of these pop up things...?
Just enter this code:
< SCRIPT >alert('YOUR MESSAGE HERE')< /SCRIPT >
* * * * * * * * * * * *
* * * * * * * * * * * *
[*] Haha... [*]
Put your mouse here... :D
* * * * * * * * * * * *
Ooo... Long one..
It's the words on the top of your browser!
(take out spaces)
COPY-PASTE into HTML..
< script language="JavaScript1.2" >
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************
var message="TEXT GOES HERE" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}
window.onload=titler
< /script >
* * * * * * * * * * * *
Print this page
How to add this button:
COPY-PASTE HTML:
< SCRIPT LANGUAGE="JavaScript" >
// This script was supplied free by Hypergurl
// http://www.hypergurl.com
< !-- hide script and begin
if (window.print) {
document.write(' >< form >Click Here To '
+ '< input type=button name=print value="Print" '
+ 'onClick="javascript:window.print()" > This Page!< /form >< ');
}
// End hide -- >
< /script >
* * * * * * * * * * * *
Question pop-up:
Add this HTML and change text.
(remember, The answers are BLACK, so you can't see them
if you have black background. But you can ofcourse
add normal text, and put it over the circels, like I did.
< form >Yes< input type="radio"
onClick="alert('TEXT GOES HERE')" >
No
< input type="radio"
onClick="alert('TEXT GOES HERE')" >