| 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. |
| |
| 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>
|
| |
| 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
|
| |