MARQUEES
edit the ? marks......and put text where it says TEXT HERE
marquee moving right...
<marquee direction="right" width="?">TEXT HERE</marquee>
marquee moving left...
<marquee direction="left" width="?">TEXT HERE</marquee>
marquee moving down...
<marquee direction="down" width="?">TEXT HERE</marquee>
marquee moving down differently...
<marquee direction ="down" width="?"><br>T<br>E<br>X<br>T<br><br>H<br>E<br>R<br>E</marquee>
marquee moving up....
<marquee direction="up" width="?">TEXT HERE</marquee>
marquee moving up differently...
<marquee direction="up" width="?"><br>T<br>E<br>X<br>T<br><br>H<br>E<br>R<br>E<br></marquee>
marquee bounces....i recomend that you dont change the width and height....
<marquee behavior=alternate direction=up scrollAmount=3 width="80" height="20">TEXT HERE</marquee>
marquee that is random.....this ones my favorite.....o and i also do not recomend you change the width on this one....
<marquee behavior=alternate><marquee width="100">Text Here</marquee></marquee>
THOSE ARE ALL MY MARQUEES......sorry if i didnt have the one that you want
NO HIGHLIGTING
Highlight Refresh
<body onselectstart="location=self.location;return false">
No Highlight Popup
<body ONCONTEXTMENU="alert(&# "MESSAGE HERE" `); return false;">
No Highlighting
<BODY ONCONTEXTMENU="return false">
POP-UPS
when you enter page...
<script language="JavaScript">alert("MESSAGE HERE")
when you leave a page.....
<body onUnload="alert('MESSAGE HERE');">
if you right click you get a pop up....
<BODY oncontextmenu=`alert("MESSAGE HERE");window.event.returnValue=false`>
if you right click the page shakes! then you get a pop up.....
<script language="JavaScript"> <!-- //// dont right click function click() { if (event.button==2) { window.moveTo(0, 0) window.moveTo(1, 1) window.moveTo(2, 2) window.moveTo(3, 3) window.moveTo(4, 4) window.moveTo(5, 5) window.moveTo(6, 6) window.moveTo(7, 7) window.moveTo(8, 8) window.moveTo(9, 9) window.moveTo(10, 10) window.moveTo(9, 9) window.moveTo(8, 8) window.moveTo(7, 7) window.moveTo(6, 6) window.moveTo(5, 5) window.moveTo(4, 4) window.moveTo(3, 3) window.moveTo(2, 2) window.moveTo(1, 1) window.moveTo(0, 0) window.moveTo(1, 1) window.moveTo(2, 2) window.moveTo(3, 3) window.moveTo(4, 4) window.moveTo(5, 5) window.moveTo(6, 6) window.moveTo(7, 7) window.moveTo(8, 8) window.moveTo(9, 9) window.moveTo(10, 10) window.moveTo(9, 9) window.moveTo(8, 8) window.moveTo(7, 7) window.moveTo(6, 6) window.moveTo(5, 5) window.moveTo(4, 4) window.moveTo(3, 3) window.moveTo(2, 2) window.moveTo(1, 1) window.moveTo(0, 0) window.moveTo(1, 1) window.moveTo(2, 2) window.moveTo(3, 3) window.moveTo(4, 4) window.moveTo(5, 5) window.moveTo(6, 6) window.moveTo(7, 7) window.moveTo(8, 8) window.moveTo(9, 9) window.moveTo(10, 10) window.moveTo(9, 9) window.moveTo(8, 8) window.moveTo(7, 7) window.moveTo(6, 6) window.moveTo(5, 5) window.moveTo(4, 4) window.moveTo(3, 3) window.moveTo(2, 2) window.moveTo(1, 1) window.moveTo(0, 0) window.moveTo(50, 50) window.moveTo(55, 55) window.moveTo(60, 60) window.moveTo(100, 100) window.moveTo(5000, 5000) alert('MESSAGE HERE')} } document.onmousedown=click
// --></script>
</script>
MUSIC STUFF
music playlist....
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 300; COLOR: #FFFFFF; font-face: verdana; height:174" name="playlist" size="1"> <option value="0">NAME OF SONG #0</option> <option value="1">NAME OF SONG #1</option> <option value="2">NAME OF SONG #2</option> <option value="3">NAME OF SONG #3</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript">
<!-- var playstate = 1; shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to play // www.xanga.com/smartypants91780 // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="MUSIC URL #0"; songs[1]="MUSIC URL #1"; songs[2] ="MUSIC URL #2"; songs[3] ="MUSIC URL #3"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } file://--> </script>
music code when minimize still playing music...
<BGSOUND SRC="url of song here"LOOP=infinite AUTOSTART=true
music code when minimize music stops...
<P><CENTER><Bgsound src="url of song here" loop="50"></CENTER></P>
MERLIN!!!
<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object> <script language="JavaScript"> <!-- file://animated merlin - xanga.com/add_ons file://PASTE IN CUSTOM HEADER ONLY
file://edit at next section var RoverID; var RoverACS; tsaiannie53441.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = tsaiannie53441.Characters.Character(RoverID); Rover.Show();
file://list the actions below file://use Rover.Play to make it move file://use Rover.Speak to make it talk
Rover.Play("GetAttention"); Rover.Speak("Command 1"); Rover.speak("Command 2"); Rover.Speak("Command 3");
file://do not edit below this line Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS); return(true); } file://--> </script></FO
merlin comands!!!...
Change the part where is says - Rover.Play("GetAttention"); Pleased Alert Hide Process Announce Blink Burp Confused Congratulate RestPose Decline Sad DoMagic1 DoMagic2 DontRecognize Show Explain StartListening GestureDown StopListening GestureLeft Suggest GestureRight Surprised GestureUp Think Thinking Uncertain Greet MoveDown Wave MoveLeft MoveRight MoveUp
make links blurry its cool :P
<style type="text/css"> /* Blurred Hyperlinks - xanga.com/add_ons - use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION - STRENGTH means the blur power - do not change or remove HEIGHT:0 and add="0" */ a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;}; </style>
This is to have alternate background for your questions.
<script language="javascript"> /* colorComments by Sean F http://www.xanga.com/seanmeister this script will display your reader comments in alternating background colors. Paste the code into the Website Stats section of your Xanga Look & Feel settings. Change the values of bg1 and bg2 to customize. */ function colorComments(){ var bg1="#FFFFFF"; var bg2="#FCEBFF"; var sw=0; var attname = document.all ? "class"+"Name" : "class"; var ctables = document.getElementsByTagName("table"); for (var cn=0; cn < ctables.length; cn++){ if (ctables[cn].getAttribute(attname) == "blogbody"){ sw = sw == 1 ? 0 : 1; ctables[cn].style.backgroundColor = sw == 1 ? bg1 : bg2; }}} if (document.location.href.indexOf("item.aspx") != -1) colorComments(); </script>
status bar message....
<script language="JavaScript">
var message = "MESSAGE HERE"; var speed = 75; var forward = true;
function bounce(){ if (forward) { message = " " + message; forward = ((message.length > 120) ? false : true); } else { if (message.charAt(0) == ' ') { message = message.substring(1, message.length); } else { forward = true; } } window.status = message; setTimeout("bounce()", speed); }
bounce();
// end hide --> </script>
costume module! [xanga premium thing for free]
<table border="1" cellspacing="0" cellpadding="4" width="204" class="left"> <tr><th valign="top" align="left" class="left"> <b>TITLE GOES HERE</b></th></tr> <tr><td valign="top" class="left"> CONTENT GOES HERE </td></tr></table>
A BANNER :)
<img src="URL HERE" Align="center">
put the scrollbar on the left....
<body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR">
|