alright im making this site to help people with their xangas, and also just so i have all my codes on one site. so let me know if this is any help
first of all if you all didnt know, go to look and feel. then most of the stuff you put in the box thats a custom header. unless it says otherwise.
ok heres a link for getting a site counter- "http://redirect.xangahits.com/" this goes where is says website stats.
layouts : "http://www.xanga.com/pretty_stuff_4_ur_xanguh"
if you want sites with icons i'll put a bunch of them on my subscribing list.
im gonna get a chatter box so if theres ne thing you wanna know how to do let me know in there and i'll try my best to find out
heres how to put more than one song on your site
*Directions:*
1) Copy this whole code into your "Input your own header HTML" spot on your look and feel page.
2) Change the song names and song links to the ones of your choice. Keep the " in there..if you take it out it wont work!
3) If you would like more songs just copy and paste the song name code and the song link code and change the numbers.
<object id="darkplayer"
codeBase=""http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab" \l "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: 250px; COLOR: 000000; font-face: verdana" name="playlist" size="1">
<option value="0">PUT SONG NAME HERE</option>
<option value="1">PUT SONG NAME HERE</option>
<option value="2">PUT SONG NAME HERE</option>
<option value="3">PUT SONG NAME HERE</option>
<option value="4">PUT SONG NAME HERE</option>
<option value="5">PUT 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] ="PUT SONG LINK HERE";
songs[1] ="PUT SONG LINK HERE";
songs[2] ="PUT SONG LINK HERE";
songs[3] ="PUT SONG LINK HERE";
songs[4] ="PUT SONG LINK HERE";
songs[5] ="PUT SONG LINK 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>
color codes -

if you want some music sites i'll add those on my subscribe list also.
to add pictures in your web entry just copy a picture and go to the web entry spance and type ctrl+v (paste)
click here to get a chatter box - http://chatter.flooble.com
these are codes to change your font in the weblong entry- to use them you must click edit text. other wise it wont work.
strikeout: <s>text</s>
italics: <i>text</i>
bold: <b>text</b>
underline: <u>text</u>
subscript: <sub>text</sub>
superscript: <sup>text</sup>
change the font, size, and color
<font face="FONT" size=NUMBER
color=COLOR>TEXT</font>
have scrolling marquee:
<marquee>TEXT</marquee>
get a separate box in a weblog entry like for the surveys and the codes
okay well thats all for today.
oXo Cass