**drop down music box... ( place in header)
you'll find step by step directions below, ask me if you have any questions...**
**Ad Remover ( place in beginnining of website stats)..
removes ad on top of xanga.. enough said. **
<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!--http://www.xanga.com/anti_fukin_social--></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
**make your own layout ( place in header) ..
just edit colors.. if you have questions then ask me .. **
<style type="text/css">
body {
background-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:10px;
color:#FF49A7;
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:impact;
text-transform:lowercase;
font-size:24px;
line-height:10px;
font-weight:normal;
color:#FF49A7;
letter-spacing:0px;
background-color: #ffffff;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FF49A7;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#FA4E82;
cursor: crosshair;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #c0c0c0;
font:normal 11px arial;
background-color: #FFFFFF;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 1px solid #c0c0c0;
width:160px;
background-color: #000000;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid c0c0c0;
background-color: #ffffff;
width:400px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #000000;
font: bold 11px arial;
text-transform: lowercase;
color: #FFFFFF;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #FF49A7;
}
</style>
replace words "eprops" and "comments" w/ words of your choice.. (place in header)
ask me if you have questions**
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "DiSASTERS");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "DiSASTERS");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "MiSTAKES");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "MiSTAKES");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "E.MAiL Me");
}//-->
</script>
<!-- end code provided by createblog.com -->
**to insert an image on your site put this in weblog entries..
or even in your look and feel.. ask me for more details**
<IMG src="IMAGE URL HERE">
**change title name(place in header)
title is what shows on very top of the page you're viewing.. ask me if you're confused**
**DIRECTIONS FOR MUSIC BOX**
okay so a lot of you have been really confused about the whole "dropdown music box" deal. well, here's some directions for you..
step 1) first you need the music box.. copy n paste the code i have on this page into your header part of your look and feel.
step 2)now.. you need the music URL of the song(s) you want to put on your music box. go to any music site
step 3) once you've found the song you want.. right click it and a box will pop up. on the very bottom it will say properties. click on that...
step 4) once you're at properties.. right click and click select all next to where it says address (URL).. copy this..
step 5) find where you put the code for the music box in your header. scroll down to where it starts to say:
<option value="0">SONG TITLE - ARTIST NAME</option>
<option value="1">SONG TITLE - ARTIST NAME</option>
etc... replace (starting at 0 of course and working your way down) the "SONG TITLE" and "ARTIST NAME" with the song information.
step 6) scroll down again to where it starts to say:
songs[0]
="song url";
songs[1]
="song url";
etc...replace where it says "song url" (do not include the quotes someone asked me this) with, of course, the song url you copied from properties..
step 7) save changes! or if you don't trust yourself, preview first..
NOTE: if you want to add more than 5 songs, then just add additional:
<option value="#">SONG TITLE - ARTIST NAME</option>
and
songs[#]
="song url";
.................make sure that the numbers of the song info and the song url correspond... well GOOD LUCK!
**MOUSEOVERS(header)**
**blurred**
<style type="text/css">
/*
Blurred links from xanga.com/html_scripts
*/
a:hover {filter:blur(add="0",direction="80",strength="5"); height:0;};
</style>
**boredered**
<style>
a:hover
{border: 1px solid #ANY COLOR YOU WANT IN A HEX CODE;}
</style>
**spaced-out**
<style type="text/css"><!-- a:hover{letter-spacing:5px} //--></style>
**cursor change**
<style type=text/css><!-- body{cursor:crosshair} //--></style>
**subscriptions scroll bar(place in header)..
this helps if you have a long list of subs...**
<!-- begin code provided by createblog.com -->
<script type="text/javascript">
// original by EasterEgg, xanga.com/easteregg
// modified to reflect xanga's current html schemas
function adjustSirListHeight()
{
// *** define the height of your SIR-list in the line below
var sirListHeight = '250px';
var allTables = document.getElementsByTagName('tbody');
for (i=0; i < allTables.length; i++)
{
if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) &&
(allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1))
{
sirlist = allTables[i].lastChild;
temp = sirlist.firstChild.innerHTML;
sirlist.removeChild(sirlist.firstChild);
td = document.createElement('td');
div = document.createElement('div');
div.style.width = '160px';
div.style.height = sirListHeight;
div.style.overflow = 'auto';
div.innerHTML = temp;
td.appendChild(div);
sirlist.appendChild(td);
break;
}
}
}
if (navigator.userAgent.indexOf('Mac') == -1)
if ((document.URL.indexOf('weblogs') == -1) &&
(document.URL.indexOf('guestbook') == -1) &&
(document.URL.indexOf('events') == -1) &&
(document.URL.indexOf('reviews') == -1))
adjustSirListHeight();
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
**backround(place in header)...
yea enough said**
<style type="text/css">
body
{background-color: #THE HEX CODE FOR YOUR BG COLOR;
background-image: url("THE URL FOR YOUR BG");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center/right bottom/right top/left bottom/left top/ ask me for more, or if you dont understand what this means; }
</style>
**border around whole page ( place in header)**
**no highlighting( place anywhere)..
if you dont want ppl to jack your stuff**
**scrollbar on left side(place in website stats)**
**remove side module..( place in header)**
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;}
**blink boxes(usually at beginning of header).. just edit colors.. etc.. adsk me if you have questions on the settings for this**
**moving text(header)..put any words or statements you want**
<MARQUEE width="100" style="border:2px dotted deeppink">writing</MARQUEE>
**rainbow link hover (website stats)...**
**tornado marquee(header).. this is awesome**
<center><MARQUEE DIRECTION=up SCROLLDELAY=1 SCROLLAMOUNT=2 HEIGHT=100 STYLE="text-align:justify;filter:wave(add=50, phase=1, freq=2, strength=100);<FONT COLOR=#FF0000>">
<BR>T
<BR>E
<BR>X
<BR>T
<BR>H
<BR>E
<BR>R
<BR>e
<BR>!
<BR>*
</marquee><center>
**pop-up on entry(header) someone asked me for this .. ask me if you have q's on my personal of course**
<!-- Popup Alert on Entry : Blogring.net -->
<script language="JavaScript">
function confirm() {
if (!confirm("ADD YOUR TEXT HERE! BLOGRING.NET"))
history.go(-1);
return " ";
}
document.writeln(confirm())
//brnet document.pop
</script>
<!-- End Script : Provided by Blogring.net -->
<marquee behavior=alternate>TEXT HERE</marquee>
**basic marquee(header and/or weblog entries)**
<marquee>YOUR TEXT HERE</marquee>
**pop-up mouseover..(header) ask me for more details**
<a href="" onMouseover="alert('TEXT')">
TEXT</a>
**marquee with backround color..(header and/or weblog entries)**
<marquee bgcolor=aqua>TEXT HERE</marquee>
**marquee that stops(header and/or weblog entries)**
<marquee behavior=slide>TEXT</marquee>
**replace text(website stats)**
**remove left side modules(website stats)**
<!-- begin code provided by createblog.com -->
<style type='text/css'>
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->
**individual scrollbars in weblog entries... ask me if you have q's**
<DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 500px; HEIGHT: 200px"><BR>TEXT HERE TEXT HERE</DIV>
**blog scrollbar**
**birhtday countdown(header) ask me if you have q's**
</tr><script language="JavaScript1.2">
var today = new Date;
var Future0 = new Date;
var BirthMonth = 6;
var BirthDate = 20;
var BirthYear = 1987;
BirthMonth--;
Future0.setMonth(BirthMonth, BirthDate);
if (Date.parse(today) > Date.parse(Future0))
{
Future0.setFullYear(today.getYear()+1);
age = (today.getYear() - BirthYear) + 1;
}
else
{age = today.getYear() - BirthYear;}
if (age % 10 == 0)
ageend = 'th';
else if (age % 10 == 4)
ageend = 'th';
else if (age % 10 == 5)
ageend = 'th';
else if (age % 10 == 6)
ageend = 'th';
else if (age % 10 == 7)
ageend = 'th';
else if (age % 10 == 8)
ageend = 'th';
else if (age % 10 == 9)
ageend = 'th';
else if (age % 10 == 1)
ageend = 'st';
else if (age % 10 == 2)
ageend = 'nd';
else if (age % 10 == 3)
ageend = 'rd';
var faraevent = "<font color=#99CC33><i>my birthday</font>";
today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);
if (daysleftint > 1)
document.write(" ", daysleftint, " days until <font color=#99CC33>my <i>", age, ageend, "</i> birthday</font>");
else if (daysleftint == 1)
document.write("<font color=#99CC33>my <i>", age, ageend, "</i> birthday</font> is tomorrow");
else if (today1 == future1)
document.write("<font color=#99CC33>my <i>", age, ageend, "</i> birthday</font> is today");
else
document.write("passed");
</script><br>
<FORM action=http://www.xanga.com/x_lay0utch method=post><INPUT style="WIDTH: 142px; HEIGHT: 22px" type=submit size=11 value="Codes from x_lay0utch" text="black"></FORM>
**replace "next 5"/"previous 5" with own words or image(website stats)**
<script language="javascript">
<!--
var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/next 5 >>/i)) links[l].innerHTML = str.replace (/next 5 >>/i, "NEXT FIVE");
else if (str.match (/<< previous 5/i)) links[l].innerHTML = str.replace (/<< previous 5/i, "PREViOUS FIVE");
}//-->
</script>
**1st Chatterbox Upgrade: the first code tracks down the xanga name of a user
whenever he/she/it posts**
**2nd Chatterbox Upgrade: this code only allows xanga members that are
signed in to write in the chatterbox**
**copy replacer(website stats)when ever someone copy and pastes something on your site, instead of pasting what they copy it pastes your words**
**disables highlighting with alert(header)**
<!-- highlight alert by xanga.com/html_scripts-->
<body onselectstart="alert('your message')">
**when highlighting it reloads page(header)**
<!-- from xanga.com/html_scripts-->
<body onselectstart="window.location.reload()">
**when highlighting it logs out user w/ alert message(header)**
**never-ending pop-ups when right -clicking(header)**
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("your text here ");
times++ } }
function bye() {
alert(" your text here ");
bye() }
**page shakes when right-clicking(*header)**
<script language=JavaScript>
<!--
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(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(' WTF!?');
}
}
document.onmousedown=click
// -->
</SCRIPT>
**smilies(sherrys_designs)website stats**
**intro-splash page(beginning if header).. page that user clicks to get to site.. ask if you have any q's**
<!--
begin code provided by createblog.com -->
<script type='text/javascript'>
//Random Intro Splash Page by Mystical for Createblog.com
//Modified Intro Splash script by Micron
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') {
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]='http://www.xangaskins.com/modules/02/images/01.jpg';
myimages[2]='http://www.xangaskins.com/modules/02/images/02.jpg';
myimages[3]='http://www.xangaskins.com/modules/02/images/03.jpg';
myimages[4]='http://www.xangaskins.com/modules/02/images/04.jpg';
myimages[5]='http://www.xangaskins.com/modules/02/images/05.jpg';
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
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="'+myimages[ry]+'" border="0"
class="image"></a></td></tr></table><center><span>');
}
</script>
<!-- end code provided by createblog.com -->
**change title bar(beginning of header)**
<script>document.title="Change this for Title Bar Text";</script>
**navigation drop down.. like i have on top of this page(header)**
<form><select name=select size="1"
style="background-color:COLORHERE;
font size:#pt; font-family:FONTHERE;
color:COLORHERE"
onchange="location.href=
(form.select.options[form.select.selectedIndex].value)">
<option value="URL">page link</option>
<option value="URL">page link</option>
<option value="URL">page link</option>
</select></form>
**customized scrollbar(header)**
<!--Customized Scrollbar : By Blogring.net -->
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
-->
</style>
<!--End Script : By Blogring.net -->

**alternate comment backround color(header)**
<script language="javascript">
<!-- Alternating Comment colors : Provided by Blogring.net -->
/*
by Sean F
*/
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>
<!-- End Script : Provided by Blogring.net -->
**Remove "Posting Calendar & Get Involved!" (website stats)**
**grayscale(header)makes whole page in black and white**
<script>
ht = document.body
ht.style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
</script>
**image fader(website stats)**
<!-- begin code provided by createblog.com -->
<STYLE type=text/css>img {FILTER:glow(color=pink)
progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=1, Style=3, StartX=0,
FinishX=100, StartY=0, FinishY=100)}p table {background:transparent;filter:Alpha(opacity=90)}
</STYLE>
<!-- end code provided by createblog.com -->
**replace dates w/ own words(website stats)**
<script type="text/javascript">
//
// ©2004 EasterEgg
//
// For use at Xanga only.
//
// While the date in your blogheader has a fixed format
// (e.g. "Tuesday, March 16, 2004") you may want to use
// another date format, accustomed to *your* preferences.
// This script enables you to apply pretty much any date
// format to your blogheader you like.
//
// Here's how it works:
// The script collects all blogheaders and applies to them
// a format you define by changing the value of the variable
// "dateFormatStr" in the code below. Currently that value is
// set to 'ddd, mm/dd/yy', which will result in a date that
// looks like this: 'Tue, 03/16/04'. If you want to use slashes
// instead of divisions as date separators, go right ahead; you
// can even add HTML to the date format string if you like!
//
// =================
// listing of available constants (using the date
// "Tuesday, March 16, 2004" as an example):
//
// dd = 16
// ddd = Tue
// dddd = Tuesday
//
// mm = 03
// mmm = Mar
// mmmm = March
//
// yy = 04
// yyyy = 2004
//
// =================
//
// You can use any combination of the above constants. Examples:
//
// 'mm/dd/yyyy' will result in '03/16/2004'
// 'mmm dd, yy' will result in 'Mar 16, 04'
// 'mm-dd-yy (dddd)' will result in '03-16-04 (Tuesday)'
// '{ ddd, mmm dd, yyyy }', will result in '{ Tue, Mar 16, 2004 }'
//
// Get the general idea?
//
// Copy this entire code and paste it in the webstats box of your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains
// intact. Future modifications allowed if due credit is given.
//
function formatEntryDate()
{
// ***** adjust the dateFormatStr below as you see fit
// ===================================================
dateFormatStr = '<table width="210"><tr><td bgcolor="#606060" style="font-family:Lucida Console; font-size:14px; color: #FFFFFF;">// mm.dd.yy</div></td></tr></table>';
// ===================================================
function getMonthNr(sMonth)
{
months = new Array(
"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
for (var n = 0; n < months.length; ++n)
{
if (months[n] == sMonth)
{
if ( n + 1 < 10)
return '0' + (n + 1).toString()
else
return (n + 1).toString();
}
}
}
allDivs = document.getElementsByTagName('div');
for (var i = 0; i < allDivs.length; ++i)
{
if (allDivs[i].className == 'blogheader')
{
newDateFormat = dateFormatStr;
// day
entryDate = allDivs[i].innerHTML;
dayLong = entryDate.substr(0, entryDate.indexOf(',')); // dddd
dayShort = dayLong.substr(0, 3); // ddd
tempStr = entryDate.substr(dayLong.length + 1);
dayNr = tempStr.substr(tempStr.indexOf(',') - 2, 2); // dd
newDateFormat = newDateFormat.replace('dddd', dayLong);
newDateFormat = newDateFormat.replace('ddd', dayShort);
newDateFormat = newDateFormat.replace('dd', dayNr);
// month
monthLong = tempStr.substr(1, tempStr.indexOf(',') - 3);// mmmm
monthShort = monthLong.substr(0, 3); // mmm
monthNr = getMonthNr(monthShort); // mm
newDateFormat = newDateFormat.replace('mmmm', monthLong);
newDateFormat = newDateFormat.replace('mmm', monthShort);
newDateFormat = newDateFormat.replace('mm', monthNr);
// year
yearLong = tempStr.substr(tempStr.indexOf(',') + 2); // yyyy
yearShort = yearLong.substr(2); // yy
newDateFormat = newDateFormat.replace('yyyy', yearLong);
newDateFormat = newDateFormat.replace('yy', yearShort);
allDivs[i].innerHTML = newDateFormat;
}
}
}
formatEntryDate();
</script>
**backround(header)**
<style type="text/css">
body
{background-color: #THE HEX CODE FOR YOUR BG COLOR;
background-image: url("THE URL FOR YOUR BG");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center/right bottom/right top/left bottom/left top/ ask me for more, or if you dont understand what this means; }
</style>
**2 color fading backround(header)**
<style>body {background:#000000; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#000000,EndColorStr=#CCCCCC); }</style>
**transparent image(anywhere)**
<img src="put url of image here" style="filter:alpha(opacity=50)">
**blak and white image(anywhere)**
<img src="url of image goes here" id="GRAY1" border=0 style="align:center;filter:Gray">
**blurred image(anywhere)**
<style type="text/css">
/*
Blurred links from xanga.com/html_scripts
*/
a:hover {filter:blur(add="0",direction="80",strength="5"); height:0;};
</style>
**horizantally flipped image(anywhere)**
<TABLE STYLE="filter:FlipH()"><TR><img src="url of image goes here"></TR></TABLE
**vertically flipped image(anywhere)**
<TABLE STYLE="filter:FlipV()"><TR><img src="url of image goes here"></TR></TABLE>
**link fades to another color(website stats)**
**replace "subscriptions", "birthday", etc. with own words (website stats)**
**picture marquee with scroll bar(header and/or weblog entries)**
<DIV
id=scroll2 style="OVERFLOW: auto; WIDTH: 360px; HEIGHT:
200px"><MARQUEE behavior=alternate><MARQUEE
width=200><IMG src="url of image here"><IMG src="url of
image here"><IMG src="url of image
here"></MARQUEE></MARQUEE>
**color codes(helps when you want to edit colors on your xanga)**
