http-equiv="Page-Enter" content="RevealTrans(Duration=6,Transition=22)"> http-equiv="Page-Exit" content="RevealTrans(Duration=6,Transition=21)">
html_help_codes
read my profile
sign my guestbook

Message: message me


Member Since: 3/27/2004

SubscriptionsSites I Read
xAnGe3er_htmLNiMaGez
ThE_MusiiC_BuNNiiE

Blogrings
>>ZaNgUh | HeLp | CoDeZ<<
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, February 12, 2005

you can get music from here.


sorry people..i havnt been updating this xanga.  but i'll look for some more codes to help you.  i dont knoe if i do have the time to take request..but everything that you need should be here.


Saturday, April 24, 2004

splash page

<script type='text/javascript'>
// intro splash page by micron
// for more xanga scripts and help go to xangans.com
// distributed by xanga.com/add_ons

// change this url to an image of your choice
var image = 'PUT IMAGE URL HERE';

function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}

if (document.title.slice(-10) == 'Xanga Site') {
document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #dcdcdc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>


 


Sunday, April 11, 2004

thank you guys for your sweet comments..yes i do take request..please remember to join my blogring! thanks

i also added the blinky boxes on tha top of my xanga..if you want it, the code is below


Blinkie Boxes

<script language=JavaScript>
<!--
// blinkbox - creates blinking table
// by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a>
// customize the blinkbox by changing the values below
//
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#000000","#FF0000", "FFFFFF", "CCCCCC");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 4;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 41;
// the width of the entire box, in pixels or %
var blinkWidth = 400;
// the height of each row, in pixels
var blinkRowHeight = 5;
// speed of blinking, in milliseconds
var blinkRate = 10;
// don't edit below this line
// this draws the table...
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];
setTimeout('blinkIt()', blinkRate);
}
blinkIt();
file://-->
</SCRIPT>

Note! you can change the colors of the blinkie boxes..where it says BLINK COLORS you can change the font html colors..and for the border around..it says..BLINKCOLORBORDER ..you can also change the color to that so that it can match the color of your xanga



Next 5 >>