bravenickdude
04-06-2008, 04:32 AM
I was wondering when you enter somebody's userpage a little pop-up saying a sentence will pop up, can somebody tell me how to do this?
|
View Full Version : UserPage Help bravenickdude 04-06-2008, 04:32 AM I was wondering when you enter somebody's userpage a little pop-up saying a sentence will pop up, can somebody tell me how to do this? ShiLO 04-06-2008, 04:50 AM Suree.. It might not work the first couple times but it works! (; Thankies Rachal from notha site on how to do disss. Pop-ups!: v I just put welcome! but you can edit that, don't take out the "" or you might mess it up, just fix the words to what you want it so say. Quote: <SCRIPT>language="JavaScript">alert("Welcome!")</SCRIPT> If you want more than one then it should just look like this. Quote: <SCRIPT>language="JavaScript">alert("Welcome!")</SCRIPT> <SCRIPT>language="JavaScript">alert("Welcome! 2")</SCRIPT> <SCRIPT>language="JavaScript">alert("Welcome! 3")</SCRIPT> Hope this helped! bravenickdude 04-06-2008, 08:34 AM Suree.. It might not work the first couple times but it works! (; Thankies Rachal from notha site on how to do disss. Pop-ups!: v I just put welcome! but you can edit that, don't take out the "" or you might mess it up, just fix the words to what you want it so say. Quote: <SCRIPT>language="JavaScript">alert("Welcome!")</SCRIPT> If you want more than one then it should just look like this. Quote: <SCRIPT>language="JavaScript">alert("Welcome!")</SCRIPT> <SCRIPT>language="JavaScript">alert("Welcome! 2")</SCRIPT> <SCRIPT>language="JavaScript">alert("Welcome! 3")</SCRIPT> Hope this helped! Thanks but would you happen to know how to make a custom cursor for the userpage? ShiLO 04-06-2008, 10:01 PM Thanks but would you happen to know how to make a custom cursor for the userpage? No but I know you can find them online. When you find them, you just pick one and put the code on the top of your userpage. SNN 04-08-2008, 03:20 PM Here you go:<style> <!-- body{ cursor:url("yourimage.cur"); } --> </style> |