Brook3
Softball,Lacrosse,Trampolin3,and mostly Boyz!!<3
I <3.......
okkkkay? ♥ [[Take a look at the free site!!]]! Looky!<3 Brook3z Codez!!
I have cod3 4 u to use!
Please dont be mean!
I love sports almost all!!
Were all just trying 2 fit in!
Subscribe Leave a comment, and such!!Thanx!!<3
If u dont like what i have dont say anything!

RULEZ!!!!
1. NO JOCKING (neways y would u no one likes a jocker DO THEY????)
2. Tell ALL of your friends about my site!
3. mean or nasty stuff in my comments- or else I’ll take all of my codes OUT!
4.DON’T type in sTiCkY caps or 1337 5p34k in my comments- its hard to read
5. LINK ME!!!!!!!!
dCol='000000';//date colour. fCol='000000';//face colour. sCol='669966';//seconds colour. mCol='669966';//minutes colour. hCol='669966';//hours colour. ClockHeight=30; ClockWidth=30; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+m[date.getMonth()]+" "+day+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props=""; props2=""; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('
'+props2+D[i]+'
'); for (i=0; i < n; i++) document.write('
'+props+Face[i]+'
'); for (i=0; i < S.length; i++) document.write('
'+S[i]+'
'); for (i=0; i < M.length; i++) document.write('
'+M[i]+'
'); for (i=0; i < H.length; i++) document.write('
'+H[i]+'
'); } if (ie){ document.write('
'); for (i=0; i < D.length; i++) document.write('
'+props2+D[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < n; i++) document.write('
'+props+Face[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < H.length; i++) document.write('
'+H[i]+'
'); document.write('
'); document.write('
'); for (i=0; i < M.length; i++) document.write('
'+M[i]+'
'); document.write('
') document.write('
'); for (i=0; i < S.length; i++) document.write('
'+S[i]+'
'); document.write('
') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); ('Delay()',20); } if (ns||ie)window.onload=Delay;
Codes________x3
read my profile
sign my guestbook

Visit Codes________x3's Xanga Site!

Name: BrOoKe
Country: Please select...
Gender: Female


Interests: Getting theme code together 2 u!!
Expertise: Softball


Message: message me
Website: visit my website


Member Since: 4/17/2005

SubscriptionsSites I Read
x_Buttons
SaRaSxLayOuTs

Blogrings
I get my codes from Codes________x3!!
previous - random - next

*Codes provider***
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Tuesday, April 19, 2005

Remeber theres a lot of comments that i have 2 answer

sooo please me patient!thanx!


This is a place 4 you 2 just ask questions and leave comments!
I have lots of codes so if you arent sure what 2 do juss ask!!
<3 Brooke


Sunday, April 17, 2005

If u want anycertan codes then just leave a comment and ill see what i can do!!thanx!


Hey all you!!
Leave a comment and tell me what more i need!!
Or if i dont need anything Juss Leave a note!!!Yeah
<3 Brooke


I know I have like a thousend   the same because i cant keep track of all the 1's i put in here so sorry!

Providing you with all the latest HTML's!
-_-_-_-_-_-_-_-_-_-_-_-Codes_-_-_-_-_-_-_-_-_-_-<3

You will need to paste your song info (artist and song title) and song URLs in the appropriate places.

-------------------------------

ADDING MUSIC
In order to add more songs to your playlist, you will need to add an additional

<option value="5">Artist Name - Song Title</option>

and an additional

songs[5]="SONG URL HERE";

And of course increment the value="#" and songs[#] as you go.

-------------------------------
Drop down music player . Place in Custom Header



Customized Scrollbars . Place in Custom Header


Change Links like comment and eprop . Place in Website Stats


Change Words like Name, Bday etc. . PLace in Website Stats


Scrollbar for subscriptions list . Place in Website stats



Flooble Chatterbox name tracker . place in Website Stats


Popup message on entry . Place in custom header





alternate comment colors


customize comment box


customize comment texts


custom module - extra module



Rainbow Text Hover . Place in Website stats


New Song on Refresh . Place in Cusotm Header


Right Click Single Pop up . Place in Website Stats


Status Bar Message . Place in Custom Header


Remove Xanga ad . Place at the very beginning of Website Stats



Popup alert when leaving . Place in custom header



Title Bar Message . Place in custom header


Change Month, Day, and Year . Place in website stats
   Ex. Hug Me Monday the 11th of Kisses May



Change Navigation to look like THIS  
 BE SURE TO REPLACE USERNAME HERE WITH UR USERNAME!!


Picture Marquee . Place in Custom Header


Bordered Hover . Place in Custom Header


Blur Hover . Place in Custom Header


Flip Text hover . Place in Custom Header


Shadow Hover . Place in Custom Header


Remove Posting Calendar, Get iInvolved! . Place in Website Stats


Talking Wizard . Place in custom header



Scrolling text in boxes . Place in Custom Header


Any Size profile picture . Place in Website Stats


Scrollbar on left side . Place in website stats



Pacman Game . Place in Custom header


Change font size . Place in an entry and make sure Edit HTML is checked


Bold text . Place in an entry and make sure Edit HTML is checked


Italicize text. Place in an entry and make sure Edit HTML is checked


Xanga Name-changes name above profile pic . place in Custom Header


Scrolling words ((Marquee))


Insert a banner *


Background **


Swap Sidebar **


Scrollbar color**


Box around xanga*



Music/Music Video***


Border around whole page**



Change Links like comment and eprop . Place in Website Stats


Rainbow Text Hover . Place in Website stats



Right Click Single Pop up . Place in Website Stats


Status Bar Message . Place in Custom Header


Remove Xanga ad . Place at the very beginning of Website Stats


Popup alert when leaving . Place in custom header


Title Bar Message . Place in custom header


right click with pop-up--HTML


right click with never ending pop-ups--Place in HTML


right click, sign out--Place in HYML


no right click or highlighting--place in HTML


disable highlighting with pop-up--HTML


right click, page shakes--HTML


border around xanga--


Mousehovers

blur--


border--


spaced out--


change cursors over link--


shadow--


Html 4 your blogs!

change color and size--


glowing font--


shadowed font


text aligned left--


text aligned right--


text centered--


MAKE SURE YOU PUT THE FOLLOWiNG CODE iN UR WEBSTATS!

THE CODE ABOVE iS FOR THE REPLACiNG OF WORDS AND SUCH! THANKS.

Music

Change the eprop pic**


Alternate comment colors
   
Change the NO eprop pic**
   
Message at the bottom part **
   
Xanga paint ***
      
Smileys for Comment Box**   
      
Change "name, b-day, location etc" **
     
Disable right click w/ pop up**
   
Disable right click w/ no pop up**
   
Right Click log out **
      
Right Click+Neverending popups **
    
Short script for No right click or highlighting **  
      
Right-click Page shakes **
      
Highlighting text w/ pop up **
      
Remove "posting calender, Get involved, etc" **
   
Change dates(looks)**
   
Remove eprops and link **
   
Pop up on entry**
   
Falling images***
   
Submenu on top**
   
Disable highlighting**
   
Blink box*
   
Change Xanga ad opacity **
      
Subscriptions Scrollbar**
     
Drop down list ***
    
Hide xanga ad **
     
Transition when Leaving a page**
    
Transition when Entering a page **
   
Wizard Pop-up on entry (talks) ** 
    
Splash Screen [place in header BEFORE everything else] *
    
Pixelated Mouseover Picture ***
    
Image Slideshow
   
New Song on Refresh ***
    

Allow Certain Usernames on Your Site**


Cursors!


Rotating cursor***
   
Clock cursor**
       
Cursor that says I love u***
   
Another cursor **
   
Text trailing the cursor**
   
Triangle cursor ***
 
Neko the cat follows around cursor**
 
Random cursor **
 
I Love You cursor w/ blinking hearts ***
 
Another I Love You cursor ***
 
Spinning Image Cursor


-----------------M A R Q U E E S / T E X T------------------
Text aligned left***
 
Text aligned right***
 
Text in the center***
 
Italic***
 
Bold***
 
Underlined***
 
Striked***
 
Change color***
 
Change color AND size
 
Marquee scrolling left***
 
Scrolling left w/ background***
 
Scroll left w/ background and font color change***
 
Side to side w/ b/g color***
 
Marquee scrolling up and down***
 
Scrolling down***
 
Glowing font***
 
Shadowed font***
 
CHANGING STYLES (COLORS)
If you wanted to change the style (colors, font, etc) of the drop down list and play button, use the following codebox and edit it to match your xanga. Paste this into your custom header or within your CSS Style Sheets if you have one already.

CODEBOX:


Hint: select refers to the drop down menu and input refers to the play button.

go to your look and feel: www.xanga.com/claf

 

Word Replacer (click on the link and it will give you instuctions to replace the words for the e-props and comments) -
http://help.xanga.com/replacelinks.htm

Making your subscription list in ABC order
click here: http://www.xanga.com/Private/subsmgr.aspx

----------

to bold your text

when ur blogging, click edit html (check box) and put this code where u want it



ex: this is bold

to strike your text

when ur blogging, click edit html (check box) and put this code where u want it

ex:this is strike

to underline your text

when ur blogging, click edit html (check box) and put this code where u want it



ex: this is underline

subscript

when ur blogging, click edit html (check box) and put this code where u want it



ex: subscript


to make your font bigger

when ur blogging, click edit html (check box) and put this code where u want it



ex: hi (this is font size 5) 

Smiley Script (Emoticons) place this in the web stats

this is the thing when people go to give you commets they can also add smilies

 


 

Regular type of Emoticons-

 

Tiny Emoticons -

 

Summertime/ Tropical Smiley Set-


Mario Kart Classic Smiley Script:
 
 
Harry Potter Smiley Set-
 
 
Teenipop Girlie Smiley Set-
 
 
 
Sex and the City Smiley Set-
 
 
X-Men Evolution Emoticons-
Change Eprop Icon
this changes the little eprop icon to whatever you want
 

Chatterbox Name Tracker
this is the code that wont let anyone sign your chatterbox unless they are signed in
enter this code into the webstats section


 
Remove the Get Involved Box, Posting Calendar, and Build Traffic Box
put this in the webstats section
Where To Install: Website Stats
Information: This script removes the unnessesary things such as Build Traffic, Get Involved!, etc. off of your command module.

Instructions: If you would like to keep one or more of the three things removed, just take out the part you want to keep from the script. Then take the script and copy it into yoru website stats box.
Script:



Spinning Clock Cursor-
put this in the custom header

 

Title Scroller
put this into the custom header
this is the title thingy

 

 
Textareas Allowing HTML
this is the code i use to have weblogs with scrollbars and the scrollbars automatically match the ones on your page


 

Change the Blogger Header
the blogger header is the date
put this code in the custom header


Alternating Comment Backgrounds
put code in webstats


Layer For Your Page
this is one way to put your xanga in a scrollbox
put this in the custom header


Blinking Text
note: if you are putting this into a weblog entry once you've entered the code when you uncheck the edit HTML button the blinking text won't apear but when you submit the blinking text will show



Change the Color of the Scrollbar
put this code in custom header or webstats...I dunno if it really matters.
 
Ex.

Merlin, this is a charater that u can put in your xanga. Put this code in the "Custom Header", in your look and feel section.
 
Backgrounds for your comments, put this in your "Custom Header" section.
 
New Song On Refresh (You can get music from my music xanga: xangE3eRmusic)-
 
 
  • In the code below, change NAME to one of these and hover to see what it looks like.
  • Remember not everyone's settings looks like yours.
    N-Resize
    NE-Resize
    E-Resize
    SE-Resize
    S-Resize
    SW-Resize
    W-Resize
    NW-Resize
    Move
    Wait
    CrossHair
    Text
    Help
    Hand

  • ex:
     
    CODE

    <style type="text/css"><!--body{cursor:N-Resize}--></style>

                                        


  • Transitions-
    Random Enter And Exit Page Transition


    24 transitions:

    0-Box In
    1-Box Out
    2-Circle In
    3-Circle Out
    4-Wipe Up
    5-Wipe Down
    6-Wipe Left
    7-Wipe Right
    8-Vertical Blinds
    9-Horizontal Blinds
    10-Checkerboard Accross
    11-Checkerboard Down
    12-Dissolve
    13-Split Vertical In
    14-Split Vertical Out
    15-Split Horizontal In
    16-Split Horizontal Out
    17-Strips left down
    18-Strips left up
    19-Strips right down
    20-Strips right up
    21-Random Bars Horizontal
    22-Random Bars Vertical
    23-Random

    put one of those numbers in where it says "TRANSITIONNUMBER" 

    Star Transition 
     
    MORE TRANSITION EFFECTS!!!

  • CODE

    <style type="text/css"><!--body{cursor:N-Resize}--></style>

                                        

     

    Where To Install: Xanga: Custom Header, Non-Xanga: In header
    Information: These scripts add transition effects to a page on entrance and/or exit.
    Instructions: XANGA: Paste transitions of choice into Custom Header box. HTML:Paste into HEAD section of document. Structure should be as follows:
    < meta http-equiv="Page-[Enter/Exit]" content=& quot;progid:[Transition]([Property]=[number],[Property]=[num
    ber], etc...)" >

     
  • Page Enter-Blend (2 sec.)


    Page Exit-Box In (2 sec.)


    Site Enter-Box Out (2 sec.)


    Site Exit-Circle In (2 sec.)


    Circle Out


    Wipe Up


    Wipe Down


    Wipe Right


    Wipe Left


    Vertical Blinds


    Horizontal Blinds


    Checkerboard Across


    Checkerboard Down


    Random Dissolve


    Split Vertical In


    Split Vertical Out


    Split Horizontal In


    Split Horizontal Out


    Strips Right Down


    Strips Right Up


    Strips Left Down


    Strips Left Up


    Random Bars Horizontal


    Random Bars Vertical


    Random


    Blinds
    Properties: bands (default=10), Direction (default="down"), Duration (default="none")



    Barn
    Properties: duration, motion, orientation (default="vertical")



    CheckerBoard
    Properties: Direction (default="right"), squaresX (default=12), squaresY (default=10)



    Fade
    Properties: duration, overlap (default=1.0)



    GradientWipe
    Properties: duration, gradientSize (default=0.25), motion



    Inset
    Properties: duration



    Iris
    Properties: duration, irisStyle (default="PLUS"), motion



    Pixelate
    Properties: duration, maxSquare (default=25)



    RadialWipe
    Properties: duration, wipeStyle (default="CLOCK")



    RandomBars
    Properties: duration, orientation (default="horizontal")



    RandomDissolve
    Properties: duration



    Slide
    Properties: bands (default=1), duration, slideStyle (default="SLIDE")



    Spiral
    Properties: duration, gridSizeX (default=16), gridSizeY (default=16)



    Stretch
    Properties: duration, stretchStyle (default="SPIN")



    Strips
    Properties: duration, motion



    Wheel
    Properties: duration, spokes (default=4)



    ZigZag
    Properties: duration, gridSizeX, gridSizeY

     
     
    Color Charts-
    *Just put in the put the correct code  colors to change your xanga text color in your look and feel section.*
    or
    Hex Code Color
    #FFFFFF  
    #FFFFCC  
    #FFFF99  
    #FFFF66  
    #FFFF33  
    #FFFF00  
    #FFCCFF  
    #FFCCCC  
    #FFCC99  
    #FFCC66  
    #FFCC33  
    #FFCC00  
    #FF99FF  
    #FF99CC  
    #FF9999  
    #FF9966  
    #FF9933  
    #FF9900  
    #FF66FF  
    #FF66CC  
    #FF6699  
    #FF6666  
    #FF6633  
    #FF6600  
    #FF33FF  
    #FF33CC  
    #FF3399  
    #FF3366  
    #FF3333  
    #FF3300  
    #FF00FF  
    #FF00CC  
    #FF0099  
    #FF0066  
    #FF0033  
    #FF0000  

    Hex Code Color
    #66FFFF  
    #66FFCC  
    #66FF99  
    #66FF66  
    #66FF33  
    #66FF00  
    #66CCFF  
    #66CCCC  
    #66CC99  
    #66CC66  
    #66CC33  
    #66CC00  
    #6699FF  
    #6699CC  
    #669999  
    #669966  
    #669933  
    #669900  
    #6666FF  
    #6666CC  
    #666699  
    #666666  
    #666633  
    #666600  
    #6633FF  
    #6633CC  
    #663399  
    #663366  
    #663333  
    #663300  
    #6600FF  
    #6600CC  
    #660099  
    #660066  
    #660033  
    #660000  
    Hex Code Color
    #CCFFFF  
    #CCFFCC  
    #CCFF99  
    #CCFF66  
    #CCFF33  
    #CCFF00  
    #CCCCFF  
    #CCCCCC  
    #CCCC99  
    #CCCC66  
    #CCCC33  
    #CCCC00  
    #CC99FF  
    #CC99CC  
    #CC9999  
    #CC9966  
    #CC9933  
    #CC9900  
    #CC66FF  
    #CC66CC  
    #CC6699  
    #CC6666  
    #CC6633  
    #CC6600  
    #CC33FF  
    #CC33CC  
    #CC3399  
    #CC3366  
    #CC3333  
    #CC3300  
    #CC00FF  
    #CC00CC  
    #CC0099  
    #CC0066  
    #CC0033  
    #CC0000  

    Hex Code Color
    #33FFFF  
    #33FFCC  
    #33FF99  
    #33FF66  
    #33FF33  
    #33FF00  
    #33CCFF  
    #33CCCC  
    #33CC99  
    #33CC66  
    #33CC33  
    #33CC00  
    #3399FF  
    #3399CC  
    #339999  
    #339966  
    #339933  
    #339900  
    #3366FF  
    #3366CC  
    #336699  
    #336666  
    #336633  
    #336600  
    #3333FF  
    #3333CC  
    #333399  
    #333366  
    #333333  
    #333300  
    #3300FF  
    #3300CC  
    #330099  
    #330066  
    #330033  
    #330000  
    Hex Code Color
    #99FFFF  
    #99FFCC  
    #99FF99  
    #99FF66  
    #99FF33  
    #99FF00  
    #99CCFF  
    #99CCCC  
    #99CC99  
    #99CC66  
    #99CC33  
    #99CC00  
    #9999FF  
    #9999CC  
    #999999  
    #999966  
    #999933  
    #999900  
    #9966FF  
    #9966CC  
    #996699  
    #996666  
    #996633  
    #996600  
    #9933FF  
    #9933CC  
    #993399  
    #993366  
    #993333  
    #993300  
    #9900FF  
    #9900CC  
    #990099  
    #990066  
    #990033  
    #990000  

    Hex Code Color
    #00FFFF  
    #00FFCC  
    #00FF99  
    #00FF66  
    #00FF33  
    #00FF00  
    #00CCFF  
    #00CCCC  
    #00CC99  
    #00CC66  
    #00CC33  
    #00CC00  
    #0099FF  
    #0099CC  
    #009999  
    #009966  
    #009933  
    #009900  
    #0066FF  
    #0066CC  
    #006699  
    #006666  
    #006633  
    #006600  
    #0033FF  
    #0033CC  
    #003399  
    #003366  
    #003333  
    #003300  
    #0000FF  
    #0000CC  
    #000099  
    #000066  
    #000033  
    #000000  



     

     
    Switch Modules Side-
    This is your info side of ur xanga...so id u have it on the left this code will switch it 2 the right.
     
    Random Banner-
    This will put ur banner in a random order to the person viewing it.
    U can find banners at my image page: click here ---> xange3er_htmlnimagez
     
     
    Sites I Read scroll bar-
     
     
     
    Change Text-
     
     
    Adding a song to your xanga a different way...put this in your webstat section-
     
     
     
     
    No Right Click (window shakes, goes into your webstats...please edit!)
     
    Adding an extra modules (edit it, to adjust to ur xanga) -
     
     
    Rainbow Mouse Over (hover over your link with your mouse) -
     
     
     Sparkley Stars Mouse Over     (hover over your links with your mouse, you can change the link if you don't like the sparkles) -
     
     
    Status Bar Messages-
     
     
    Adding Sublinks to your navigation bar-
    Introduction: This script will give you a navigation menu at the top that will produce a submenu when you hover over it.

    Instructions: Edit all the areas in the script that are non-generic, including changing the Blogrings to match the one's you're a part of. Also add your xanga screenname to all the places it says YOURNAME.

    Install: Paste wherever you want the links
     
     
    Custom Modules and Content, Personalize your module with this-
  • Codes that need to be entered in Custom Header will have 1 star next to them (*)
    Codes that need to be entered in Website Stats will have 2 stars next to them (**)
    Codes that can be entered where ever you want them to appear will have 0 stars next to them
    A Basic Link


    Email Link


    Emails with subjects


    When your mouse goes over this link a popup comes up

    When you go to a site it automatically takes you to another site 

    Link Drop Down List


    Changing Link Styles
    You can put several things in one by seperating each with a ;


    Changes Font Color

    Click here for a hex code list with colors

    Changes Font Size


    Changes Font Face


    Combining It All


    Extras
    <i>italics</i>
    <s>slashout</s>
    <b>bold</b>
    <u>underline</u>
    <sup>SuperScript</sup>
    <sub>subscript</sub>

    Your Basic Marquee

    Marquee With Border


    Bouncy Marquee

    Marquee With Background Color




    Marquee Directions


    Marquee Speed


    Marquee Width


    When Your Mouse Goes Over the Marquee it Changes Speed


    Marquee that Stops


    A Normal Graphic


    Linking Graphic


    Blurred Graphic


    Black and White Graphic


    Graphic blur more to the left


    Circle around the graphic is blurred


    Mirror Graphic


    Flipped Graphic


    Basic Table


    Three Layered Border in the Table


    3D Table


    Round Blur with Text in the Middle


    Square Blur with Text in the Middle


    3 Lines on one Side


    Fades more to the left


    Table Background Color


    Double Border Around Table


    Add AIM Buddy to Buddylist


    AIM Chat Room


    IM Someone on AIM


    AIM Status*


    Alternating Comment Backgrounds**


    Animated Merlin*

    Click here for a list of possible animations

    Blog Background Color*


    Blog Background Image*


    Blog With Scrollbar


    Blurred Link on Hover*


    Boxed Blog*


    Boxed Xanga*


    Chatterbox Screenname Tracker**


    Countup


    Custom Cursor**


    Did You Know? Remover*


    Eprop Picture Changer**


    Remove Link Bar From Bottom of Xanga*


    Get Involved and Posting Calendar Remover**


    Message By Time


    Background Image as Title Bar of Modules*


    Switches Blog and Module Locations**
     

    Scrollbar Colors*


    Source Encrypter
    Click Here for a source encrypter!

    Enter Page* Beginning of Custom Header


    Removes Links at Top of Xanga*


    Side Bar Remover**


    Custom Modules
    Put this in custom Header
    Put this in website stats at the top

    Fading Scrollbar


    Page Transition Effects*
    Blinds*

    Barn*

    Checkerboard*

    Fade*

    Gradient Wipe*

    Inset*

    Iris*

    Pixelate*

    Radial Wipe*

    Random Bars*

    Random Dissolve*

    Slide*

    Spiral*

    Stretch*

    Strips*

    Wheel*

    Zig Zag*

    Stars*


    Games used on a  Dark Background


    Games used on a Light Background


    When hover over links it has a submenu*


    Ad Mover** ADD TO END OF WEBSITE STATS


    Image Slide Show


    Move Scrollbar to Left*


    Border Around Entire Xanga*


    When you right click popups keep coming up**


    Dropdown Music Menu


    Flashing Scrollbar*


    Text With Background Color

    dropshadow text

    glow text

    shadow text

    wavy text



    A Text Area Box


    Textarea Box Allowing HTML

    Lets people bookmark your site


    When Someone right Clicks they Get Logged Out**


    New Song on Refresh*


    When your mouse goes over a picture, these words come up*

    For a linking image...

    For a normal link...


    Changes Look of Whole Site*


    ALT CODES [hold down ALT and the number]
    ¢ = Alt 0162
    ¤ = Alt 0164
    ¥ = Alt 0165 
    ¦ = Alt 0166
    § = Alt 0167
    £ = Alt 0163
    ¨ = Alt 0168
    © = Alt 0169
    « = Alt 0171
    « = Alt 0170
    ¬ = Alt 0172
    ® = Alt 0174
    ¯ = Alt 0175
    ° = Alt 0176
    ± = Alt 0177
    ² = Alt 0178
    ³ = Alt 0179
    ´ = Alt 0180
    µ = Alt 0181
    ¶ = Alt 0182
    · = Alt 0183
    ¸ = Alt 0184
    ¹ = Alt 0185
    º = Alt 0186
    » = Alt 0187
    ¼ = Alt 0188
    ½ = Alt 0189
    ¾ = Alt 0190
    ¿ = Alt 0191
    À = Alt 0192
    Á = Alt 0193
    Â = Alt 0194
    Ã = Alt 0195
    Ä = Alt 0196
    Å = Alt 0197
    Æ = Alt 0198
    Ç = Alt 0199
    È = Alt 0200
    É = Alt 0201
    Ê = Alt 0202
    Ë = Alt 0203
    Ì = Alt 0204
    Í = Alt 0205
    Î = Alt 0206
    Ï = Alt 0207
    Ð = Alt 0208
    Ñ = Alt 0209
    Ò = Alt 0210
    Ó = Alt 0211
    Ô = Alt 0212
    Õ = Alt 0213
    Ö = Alt 0214
    × = Alt 0215
    Ø = Alt 0216
    Ù = Alt 0217
    Ú = Alt 0218
    Û = Alt 0219
    Ü = Alt 0220
    Ý = Alt 0221
    Þ = Alt 0222
    ß = Alt 0223
    à = Alt 0224
    á = Alt 0225
    â = Alt 0226
    ã = Alt 0227
    ä = Alt 0228
    å = Alt 0229
    æ = Alt 0230
    ç = Alt 0231
    è = Alt 0232
    é = Alt 0233
    ê = Alt 0234
    ë = Alt 0235
    ì = Alt 0236
    í = Alt 0237
    î = Alt 0238
    ï = Alt 0239
    ð = Alt 0240
    ñ = Alt 0241
    ò = Alt 0242
    ¡ = Alt 0161
    ó = Alt 0243
    ô = Alt 0244
    õ = Alt 0245
    ö = Alt 0246
    ÷ = Alt 0247
    ø = Alt 0248
    ù = Alt 0249
    ú = Alt 0250
    û = Alt 2051
    ü = Alt 0252
    ý = Alt 0253
    þ = Alt 0254
    û = Alt 0255

    Browser Stretcher


    Flashing Hover*


    4th of July Fireworks**

    Auto Copyright Date

    Faded Background


    Random Background


    Random Fixed Background


    Blink Boxes


    Blocks Certain Xanga Users and Unregistered Users
    Copy this into Custom Header

    Copy this into Website Stats


    Different Color Bolded Text*


    Calendar
    If you dont have custom modules*

    If you DO have custom modules*


    Change the "No Eprop" Icon**


    Change Your Displayed Username**


    Entries are Faded Until Hovering Over Them**


    Bordered entries and Dates*


    Change Your FavIcon*

    Customize Comment Box*


    Collapse Left Side Module*

    Disable Eprops**


    Disable Links at Top and Bottom of Xanga*


    Display Any Amount of Posts**


    Boxed Xanga*


    Replace Blog Dates**

    Replace Any Text**


    Replace Any Link**


    Replace Subscription Link Names**


    Remove Unwanted Images**


    Add a Custom Module*


    Customize Entries*


    Replace Eprop Icon**


    Change Link to Eprop and Comment Images**


    Change Any Image to Another Image on Hover


    Change Any Linking Image to Another Image on Hover


    Days of the Week Pictures*


    Different Color Italics Text*


    Shows Last Time of Visit
    Put This in Website Stats**

    Put This in Custom Header


    Module Background Image*


    Move Left Modules to Right Side**[beginning]


    Double Colored Modules*


    Display Modules Only in Private Home**[beginning]
    No Chatterbox

    Chatterbox


    Displays Date


    Changes Email it to Picture of an Envelope**


    Customize Entries*


    Falling Images*


    Game Room


    Remove Horizontal Line*


    Sound on Hover**


    Rainbow on Hover**


    Pushes Down on Hover**


    Pulls up on Hover**


    3D Box on Hover**


    Fading Hover**


    Glowing Hover*


    Glowing Links*


    Blue Sparkly Stars on Hover*


    Blue Sparkly Stars on Hover #2*


    Bubbles on Hover*


    Pink Hearts on Hover*


    Purple Hearts on Hover*


    Red Sparkly Stars on Hover*


    Silver Sparkly Stars on Hover*


    Overline Hover*


    Underline Hover*


    Underline and Overline Hover*


    Background color Hover*


    Line Through Hover*


    Cursor on Hover*
    You can replace cursor with:
    hand
    help
    move
    text
    wait
    n-resize
    ne-resize
    nw-resize
    s-resize
    se-resize
    sw-resize
    e-resize
    w-resize


    Border Around Hover* You can replace solid with dashed, dotted, or double


    Bold Hover*


    Italic Hover*


    Background Image Hover*


    Blur Hover*


    Spaced Out Hover*


    Upside Down Hover*


    Flipped Hover*


    Hover Fades to Another Color*


    Uppercase on Hover*


    Lowercase on Hover*


    Draggable Images
    Put this in Custom Header*

    Put this whre you want the imge to appear


    Random Image*


    Spotlight on Image Hover*


    Greyscale Image and Color on Hover


    Thumbnail Images


    Random Splash Page*


    Disable Modules*


    Link Rotator*


    Link in Popup Window


    Multiple Boxes Marquee


    Tornado Marquee


    Movie Player*


    Movie Player Drop Down Playlist*


    Quicktime Movie Player


    Black Windows Media Player


    Drop Down Music Playlist*


    Drop Down Music Playlist Jukebox*


    Drop Down Playlist with Extra Buttons*


    Music Playlist with Links*


    New Song on Refresh*


    Radio Station Autoupdating Playlist*


    Real Player*


    Navigation Drop Down Menu*


    Pop Up Alert on Enter*


    Allows Only Certain People to See Your Xanga**


    Any Size Profile Pic**