Sorry no requests! leave propz please! also..join our blogring if u care! providing layoutz n codes fo yooh! love kk=)


WeLcoMe!
We Take RequesTz!!
LeaVe some ProPz!
Enjoy our site!
tag tha chatta if u love us!
We LoVe u!
kkz_layouTz_n_moRe
read my profile
sign my guestbook

Visit kkz_layouTz_n_moRe's Xanga Site!

Name: kk
Country: United States
State: California
Metro: Los Angeles
Gender: Female


Interests: givin u everything u need for your xanga!


Message: message me
AIM: kiwichick2791


Member Since: 1/6/2005

SubscriptionsSites I Read
kkz_layouTz_n_moRe

Blogrings
|L|a|y|o|u|t|S|4|Y|o|U|
previous - random - next

i HavE coDes anD layOuts
previous - random - next

.:I GeT mai LaYouTz froM kkz layouTz n moRe=).::.*
previous - random - next

*NoThIng BuT IcOns*
previous - random - next

//_>Banners For your xangerr
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, January 06, 2005

REQUESTS!!!

I got a request for our layout...heres tha code=)

<IMG SRC="http://members.migente.com/Sec-C_Mami96/Welcome2.gif">
<style type="text/css">
/*by [Natalie]  xanga.com/proud_layouts55*/
/* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */
body {
 background-color: white;
 background-image: url();
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: bottom right;
  scrollbar-arrow-color: red;
  scrollbar-track-color: white;
  scrollbar-shadow-color: red;
  scrollbar-face-color: white;
  scrollbar-highlight-color: orange;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-3dlight-color: #ffffff;
  }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font:normal 12px tahoma;
  line-height:18px;
  color:orchid;
  letter-spacing:0px;
  text-align:justify;
  }
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
  text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:tahoma;
text-transform:lowercase;
font-size:18px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: pink;
color:red;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
  color:#6699FF;
  text-decoration: none;
  }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
  color:orchid;
  text-decoration: none;

   }
a:hover {
/* edits when user mouseovers the links */
  color:#99CC33;
  cursor: resize;
  text-decoration: none;
  }
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
  border: 2px solid orange;
  font:normal 12px tahoma;
  background-color: white;
  letter-spacing:0px;
  color: #99CC33;
  }
table.left {
/* this edits the menu module */
  border: 4px solid orange;
  width:160px;
  }
table.blogbody {
/* this edits the other the place where the  blog is */
  border: 4px solid orange;
  background-color: white;
  width:400px;
  font:normal 12px tahoma;
  line-height:18px;
  color: red;
 }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
  background-image: none;
  background-color:yellow;
  font: bold 12px tahoma;
  text-transform: lowercase;
  color: #6699FF;
  border: orange;
  }
table.left TD {
/* on your menu module, this edits the body part of it */
  background-image: none;
  background-color: white;
  border: orange;
  font:normal 12px arial;
  line-height:18px;
  color: red;
  }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
  background-color: yellow
  border: 2px solid orange;
  }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
  border: 1px solid orange;
  }
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 750px;
  }
hr {
/* horizontal divider */
  border: 1px solid #99CC33;
  }
</style>
<BODY style="border-bottom: #6666FF
60t solid; border-top: red
60t solid; border-left: orange
60t solid; border-right: #99CC33
60t solid"></TBODY>
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister

//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01

// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("red","yellow", "orange","99CC33");
// the border color
var blinkBorderColor = "white"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 625;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;

// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<!-- End Script by Blogring.net -->

T.I LayouT....Blue n WhitE<----srry only colors so far

<center><img src=http://i.cnn.net/v5cache/THEWB/Images/Dynamic/i42/Music-TI-artist_1x1.jpg></center>
<style type="text/css">
/* T.I// by kkz=)(xanga.com/kkz_layoutz_n_more)*/
/*http://xanga.com*/
body {
background-image:url();
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom right;
background-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #336699;
scrollbar-darkshadow-color: #336699;
scrollbar-3dlight-color: #ffffff;
cursor:crosshair;
}
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext, .standard, input, select, textarea, .textfield, .button, table.left TD {
/* edits main text */
font:normal 11px arial;
line-height: 12px;
color:#000000;
letter-spacing:0px;
text-align:left;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:arial black;
text-transform:lowercase;
font-size:22px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#336699;
color: #ffffff;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font:normal 11px arial;
line-height:12px;
text-decoration:underline;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font:normal 11px arial;
line-height:12px;
text-decoration:underline;
}
a:hover {
/* edits when user mouseovers the links */
color:#336699;
font:normal 11px arial;
line-height:16px;
cursor: help;
filter:alpha (opacity=100, finishopacity=0, style=1);
height: 6px;
background-color: #ffffff;
color:#336699;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: solid #336699;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
color: #000000 11px arial;
background-color:transparent;
letter-spacing:0px;
}
table.left {
/* this edits the menu module */
border: solid #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
width:160px;
background-color:transparent;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: solid #336699;
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
background-color:transparent;
width:440px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #ffffff;
font: normal 10px arial;
text-transform:normal;
color: #000000;
border: 2px solid;
text-align: center;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: transparent;
border: solid #000000;
text-align: center;
color:#336699;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color:transparent;
border:solid 2px #336699;
color: #000000;
font: 10px arial;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: none;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 600px;
}
hr {
/* horizontal divider */
border: 1px solid #000000;
}
</style>
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#ffffff","#336699","#0066cc");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 8;
// the width of the entire box, in pixels or %
var blinkWidth = 700;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 4;
// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
document.write("<TD height='" + blinkRowHeight + "'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this makes it blink
function blinkIt() {
changecell = Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor = Math.floor(Math.random() * blinkColors.length);
bb = document.getElementById("blinkbox");
bbtd = bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor = blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #336699;
}
</style>
<style type="text/css">
.blogbody i, .standard i, p i, em {
font-weight: italic;
color: #0066cc;}
</style>
<A href="http://www.xanga.com/layouts_testings">© Layouts Testings ©</A>
<script>document.title="iT WAS A BEAUTiFUL LETD0WN--»SWiTCHF00T";</script>
<style type='text/css'>
a:link { cursor:crosshair; }
a:hover { cursor:crosshair; }
a:visited { cursor:crosshair; }
a:active { cursor:help; }
</style>


 

 

 

 

check out kiwis xanga at xanga.com/tha_sweetest_thing  

and kisses at xanga.com/hugs_n_kisses_55

leave us love^!

and for some iconz......

  <--- kkz fave movie=)

Image Hosted by ImageShack.us

 

 

heres some blinkies=)

 


aite we gotz music coDes!!

Drop down 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>
<form name="form">

<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1">
<option value="0">SONG NAME HERE</option>
<option value="1">SONG NAME HERE</option>
<option value="2">SONG NAME HERE</option>
<option value="3">SONG NAME HERE</option>
<option value="4">SONG NAME HERE</option>
<option value="5">SONG NAME HERE</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
songs=new Array();
songs[0]="SONG URL HERE";
songs[1]="SONG URL HERE";
songs[2] ="SONG URL HERE";
songs[3] ="SONG URL HERE";
songs[4] ="SONG URL HERE";
songs[5]="SONG URL HERE";

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;
}
//-->
 </script>

 

please request a song! takin requests...... also <3 means right click and copy shortcut!


50 CENT

<3 Disco Inferno

AKON

<3 Ghetto
<3 Locked Up

ALICIA KEYS

<3 Karma

AQUA

<3 Barbie Girl

ASHANTi

<3 Only You
<3
Breakup 2 Makeup
<3 Take Me Tonight ft// Llyod
<3 Every Lil' Thing

ASHLEE SiMPS0N

<3 Autobiography
<3 La La
<3 Love Me For Me
<3 Getting Back
<3 Shadow

AVRIL LAVIGNE

<3 Nobody's Home

BLINK 182

<3 Always

BOWLING FOR SOUP

<3 1985
<3 A-Hole
<3 Almost
<3 Emily
<3 Get Happy
<3 Girl All Tha Bad Guys Want
<3 Last Call Casuality
<3 My Hometown
<3 Next Ex-Girlfriend
<3 0hio (Come Back to Texas)
<3 Ridiculous
<3 Sad Sad Situation
<3 Shutup and Smile
<3 Smoothie King
<3 The Bitch Song
<3 Trucker Hat

BRiTNEY SPEARS

<3 My Perogative

CAMRON

<3 Girls
<3 Get 'em Girls

CHINGY

<3 Balla Baby

CHRiSTINA AGUiLERA

<3 We`re A Miracle
<3 Infatuation

CiARA

<3 1, 2 Step
<3 My Goodies - ft // T.i `ND Jazze Pha
<3 Oh - ft // Ludacris
<3 Thug Style
<3 And i

DEM FRANCiSE B0YS

<3 In My White Tee
<3 In My Pink Tee

DESTiNY`s CHiLD 

<3 Soldier - ft // T.i. `ND Lil` Wayne
<3 Lose My Breathe

DiANA DeGARMO

<3 CardBoard Castles
<3 Blue Skies
<3 Emotional
<3 Then I Woke Up
<3 All I Ever Wanted 
<3 Go On And Cry
<3 The Differences In Me
<3 Till You Want Me
<3 Dreams
<3 Boys Like You
<3 Dream Dream Dream
<3 Don't Cry Out Load

DiSNEY

<3 A Whole New World

EMiNEM

<3 Curtains Up
<3 Evil Deeds
<3 Just Lose It
<3 Like Toy Soldiers
<3 Encore - ft // 50 Cent `ND Dr. Dre
<3 Mockingbird
<3 Mosh
<3 Never Enough
<3 Puke
<3 Yellow Brick Road
<3 My First Single
<3 Crazy In Love
<3 Rain Man

FANTASiA

<3 Truth Is
<3 I Believe
<3 Free Yourself

GAME

<3 How We Do ft// 50 Cent

GAVIN DEGRAW

<3 I Don't Wanna Be
<3 Follow Through
<3 Chariot
<3 Just Friends
<3 Nice To Meet You Anyway
<3 Chemical Party
<3 Belief
<3 Crush
<3 Meaning
<3 More Than Anyone
<3 Overrated

G00D CHARL0TTE

<3 Predictable
<3 I Just Wanna Live

GREENDAY

<3 American Idiot
<3 Boulevard 0f Broken Dreams
<3 Extraordinary Girl
<3 Wake Me Up When September Ends
<3 She's A Rebel

GWEN STEFANi

<3 What You Waiting For
<3 Rich Girl ft// Eve
<3 Hollandback Girl
<3 Cool
<3 Bubble Pop Electrinic
<3 Luxurious
<3 Harajuku Girls
<3 Crash
<3 The Real Thing
<3 Serious
<3 Danger Zone
<3 Long Way To Go

HOOBASTANK

<3 Dissapear

JADAKISS

<3 You Make Me Wanna

JAHEIM

<3 BackTight

JA RULE

<3 Wonderful - ft. // R. Kelly `ND Ashanti
<3 New York - ft// Fat Joe `ND Jadakiss

JAY Z

<3 Allure
<3 Numb/Encore - ft // Linkin Park
<3 99 Problems - Vs. // Linkin Park

JESSE MACARTNEY

<3 Beautiful Soul
<3 Because You Live
<3 Come To Me
<3 Get Your Shine 0n
<3 She`s No You
<3 Take Your Sweet Time
<3 That Was Then
<3 The Stupid Things
<3 What`s Your Name
<3 Why Don`t You Kiss Her
<3 Why Is Love So Hard To Find
<3 Without You

J0HN MAYER

<3 Daughters

J0J0

<3 Baby It's You
<3 Breezy
<3 Weak
<3 Not that Kinda Girl

KAYNE WEST

<3 New Workout Plan

KELLY CLARKS0N

<3 Because 0f You
<3 Breakaway
<3 Since You've Been Gone
<3 Beautiful Disaster (Live)
<3] Behind These Hazel Eyes
<3 Gone
<3 Addicted
<3 Where Is Your Heart
<3 Walk Away
<3 You Found Me
<3 I Hate Myself For Losing You
<3 Hear Me

KENNY CHESNEY

<3 Anything But Mine
<3 I Go Back

LENNY KRAViTZ

<3 Fear

LiL` J0N

<3 Let`s Go
<3 Lovers and Friends - ft // Usher `nd Luda
<3 What U Gon' Do
<3 Nothins Free - ft // Oobie
<3 Da Blow

LiNDSAY L0HAN

<3 Rumors
<3 Speak
<3 Symptoms 0f You
<3 First
<3 Nobody Till You
<3 Over
<3 Something I Never Had
<3 Anything But Me
<3 Disconnected
<3 To Know Your Name
<3 Very Last Moment In Time

LL COOL J

<3 Hush
<3 Headsprung

LLOYD BANKS

<3 Karma
<3 Warrior
<3 Warrior part 2 - ft // Eminem, 50 Cent, `ND Nate Dogg

LUCY WOODWARD

<3 What's Good For Me

LUDACRIS

<3 Diamond In The Back
<3 Get Back
<3 Number One Spot

MARii0

<3 Let Me Love You

MAROON 5

<3 Sunday Morning
<3 She Will Be Loved

MURPHY LEE

<3 Hold Up - ft // Nelly

MY CHEMICAL ROMANCE

<3 I'm Not Okay (I Promise)

NB RiDAZ

<3 Nasty Girl [REMiX]

NELLY

<3 Tilt Ya Head Back - ft // Christina Aguilera
<3 0ver and 0ver - ft // Tim McGraw
<3 My Place
<3 Na-NaNa-Na
<3 N Dey Say  


NITTY

<3 Nasty Girl

N.0.R.E

<3 0ye Mi Canto - ft // Nina Sky

0MARi0N

<3 Damn [REMiX] - ft // Young Rome `ND J Kwon
<3 Never Gonna Let You Go (she`z a keepa) - ft // Big Boi
<3 0

O'RYAN

<3 Take it Slow

PLAY

<3 Another Love Story

R. KELLY

<3 Big Chips - ft // Jay Z
<3 Pretty Girls - ft // Jay Z

RYAN CABRERA 

<3 True
<3 On The Way Down

SAVAGE GARDEN

<3 I Knew I Loved You

SEETHER FT // AMY LEE

<3 Broken

SELENA

<3 Dreaming Of You

SIMPLE PLAN

<3 Welcome To My Life
<3 Untitled
<3 Perfect World

SN00P D0GG

<3 Drop it Like it`s Hot - ft // Pharrell
<3 Lets Get Blown

STORY OF THE YEAR

<3 Anthem Of Our Dying Day
<3 Sidewalks
<3 Until The Day I Die

SWITCHFOOT

<3 Dare You To Move
<3 Only Hope

TAKiNG BACK SUNDAY

<3 You're So Last Summer
<3 Cute Without The "E"

THE KiLLERS

<3 Mr. Brightside
<3 Somebody Told Me
<3 Smile Like You Mean It

THE 0C

<3 California

T.i.

<3 You Don't Know Me
<3 A.S.A.P.

TRiCK DADDY

<3 Let`s Go

USHER

<3 My Boo - ft // Alicia Keys
<3 Can You Help Me
<3 Caught Up  
<3 You Make Me Wanna

VANESSA CARLT0N

<3 White Houses
<3 Who's To Say
<3 Annie
<3 San Francisco 
<3 Afterglow
<3 Private Radio

YELLOWCARD

<3 Only One
<3 Ocean Avenue

YOUNG BUCKS

<3 Shorty Wanna Ride 

SOUNDTRACKS

A WALK T0 REMEMBER

<3 Cry - Mandy Moore
<3 Dare You To Move - switchfoot
<3 Dancin` In The Moonlight - Toploader
<3 Gonna Be Love - Mandy Moore
<3 If You Believe - Rachael Lampa
<3 Learning To Breathe - Switchfoot
<3 Mother We Just Can`t Get Enough - The New Radicals
<3 No 0ne - Cold
<3 0nly Hope - Mandy Moore
<3 0nly Hope - Switchfoot
<3 Someday We`ll Know - Mandy Moore
<3 So What Does It All Mean? - West, Gold & Fitzgerald
<3 You - Switchfoot


oook heres some codes fo your xanger=)

codess.request if you need a certain kindd.<3

1.) No Right Click Window Shake::

2.) Infinite Pop-Ups After Three Right Clicks::

3.) No Highlight + No Right Click::

4.) Right Click Sign Out::

((Marquees))

MARQUEES:
place in your website stats for a marquee at bottom
place in your custom header for a marquee at top
place in an entry (Edit HTML) for a marquee to be in your entry

. basic marquee

 random marquee

3. bouncy marquee:

4. marquee with background:

5. picture marquee:

6. boxed random marquee:

7. marquee-slow on mouseover:

8. tornado marquee:

9. scrolling up and down marquee:

10. scrolling down marquee:

((Mouse Hoverz))

1.) Blur::

2.) Border::

3.) Spaced Out::

4.) Upside Down Link::

5.) Shadow::

((Enhancementz))

1.) Splash Intro Page::

Adds an enter screen to your xanga. You have to add and image to it or else it won't work. Put it at the top of teh custom header.

2.) Ad Remover::

3.) Blink Boxez::

if you want the blink boxez at the top of your page then put them at the top of your "Input Your Own Header HTML" section.

if you want them at the bottem of your page then place them anywhere in website stats.

4.) Merlin::

5.) Swap Module Sides::

moves left side module to the right
place at the very end of your website stats

((AIM Codez))

1.) AIM Status::

((Removerz))

1.) Did You Know? Remover::

2.) Remove Link Bar From Bottom of Xanga::

3.) Get Involved and Posting Calendar Remover::

4.) Removes Links at Top of Xanga::

5.) Side Bar Remover::

((Replacerz))

1.) Replace Datez::