Cursor by www.Soup-Faerie.Com
html__________111
read my profile
sign my guestbook

Visit html__________111's Xanga Site!

Name: Arianna
Birthday: 12/5/1985
Gender: Female


Interests: html
Expertise: html
Occupation: Student
Industry: Other


Message: message me


Member Since: 1/6/2005

SubscriptionsSites I Read

Blogrings
.:.~+HTML EXPERTS+~.:.
previous - random - next

[%hTmL%]
previous - random - next

*/*/*/*/{[{[html roxx]}]}\*\*\*\*
previous - random - next

>I'm such a HTML LOSER<
previous - random - next

~a lota ppl hoo no html n' hav html sites~
previous - random - next


Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Tuesday, January 11, 2005

Hey evri1 this is a REALLY good html website. 

Also don't forget to replace words like TEXT HERE and URL HERE with your own words.  You can also change the provided HEX CODES..

Pleez giv me sum credit iph u use sumthing...

I wanna giv credit 2 mias_games 4 the icon...

I am still adding...dont wori...

I will take requests also...

I hav used most of my codes on my site...most of them are used at the top...

RANDOMS....

CLOCK

 <table border=2 bordercolor=blue cellspacing=0><tr><td> <applet codebase=http://www.ClockBot.com/ code=clockbot.Clock width=125 height=25 target="_new"> <param name=bgColor value="#FFFFFF"> <param name=fgColor value="#9966FF"> <param name=shadowColor value="#FFFFFF"> <param name=fontName value="arial"> <param name=fontSize value="20"> <param name=xoff value="2"> <param name=yoff value="2"> <param name=xstart value="10"> <param name=ystart value="21"> <param name=rot value="0"> <param name=msleep value="300"> </applet></table>

CHANGE SCROLLBAR COLOR

 <style type="text/css">
BODY { scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;}
</style>

MAKE PINK BORDER AROUND SITE

<BODY style="border-bottom: #FF0099
28t solid; border-top: #FF0099
28t solid; border-left: #ff6699
28t solid; border-right: #ff6699
28t solid"></TBODY>

TEXT BOX FOR HTML

 <ilayer name="scroll1"> <div id="scroll3" style="width:100;height:75; background-color:COLORHERE; overflow:auto"> TEXT HTML TEXT HTML </textarea></div>

REPLACE WORDS LIKE SIGN OUT, ETC. (DON'T FORGET TO READ THE NOTE WHICH TELLS YOU WHAT TO DO)

<script type="text/javascript">
//
// 2003 EasterEgg, http://www.Go here for Go here for Go here for xanga.com/easteregg
//
// For use at Xanga only.
//
// This script replaces any given word or text fragment with
// whatever you want: new words and fragments, or even HTML!
//
// Actually it's pretty simple: add the words or fragments you
// wish to replace to the array "oldWords" (each word placed
// between double quotation marks, and separated by colons as you
// can see below) and add their replacements to the array "newWords",
// at the same position as the original words in "oldWords".
// The example is pretty self-explaining.
//
// The script is case sensitive, meaning that if you add "something"
// to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG".
//
// You can adjust the existing arrays in this code as you see fit,
// as long as both arrays keep the same size (same amount of words
// in both arrays), otherwise a script error will occur.
//
// Copy this entire code and paste in the webstats box at your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains intact,
// and as long you won't use it to cripple the comments of your visitors;
// after all, no one likes his/her words getting twisted...
//

function replaceWords()
{
    // ***add the words or fragments you wish to replace below
    var oldWords = new Array(
        "Sites I Read",
        "Gender:",
        "Birthday:",
        "My Blogrings",
        "eprop",
        "comment"
 );

    // *** add the replacing words or fragments below
    var newWords = new Array(
        "Dailies:",
        "Gender:",
        "B-Day:",
        "Recommended Sites",
        "cent",
        "dollar"
 );

    allTableData = document.getElementsByTagName('td');
    allTableHeaders = document.getElementsByTagName('th');
       
    var collections = new Array(allTableData,allTableHeaders);
   
    for (var k = 0 ; k < collections.length ; ++k )
    {
        for (var i = 0 ; i < collections[k].length ; ++i )
        {  
            if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
            {
                for ( var n = 0 ; n < oldWords.length; ++n )
                {
                    var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
                    while (indx != -1)
                    {  
                        var replacement = '';
                        indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
                        replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
                        collections[k][i].innerHTML = replacement;
                        break;                   
                    }
                }
            }
        }
    }
}
replaceWords();
</script>

LINKS...

PINK LINK BUTTON
<FORM METHOD="link" ACTION="URL HERE"> <INPUT TYPE="submit" VALUE="TEXT HERE" style="font-family:arial" style="border style:solid" style="background:white" style="color:FF0099"> </FORM>
POP-UPS...ENTERING AND LEAVING POP-UP
 <BODY onLoad="alert('ENTER TEXT');" onUnload="alert('LEAVING TEXT');">

LEAVING POP-UP

 <BODY onUnload="alert('TEXT HERE');">

PASSWORD ASKING POP-UP

<HEAD> <!--hide var password;var pass1="PASSWORD GOES HERE"; password=prompt('TEXT ON P-UP',' ') ;if (password==pass1) alert('TEXT IF CORRECT'); else { window.location="URL OF PAGE THAT IT GOES TO IF THEY ANSWERED WRONG"; }//--></HEAD>
MARQUEES...BASIC MARQUEE
 <marquee>TEXT HERE</marquee>

SWIRL UP MARQUEE

<marquee direction=up scrollAmount=0scrollDelay=0 style="filter:wave(add=10,phase=1,freq=2,strength=35)" width=100 height=225><font style="font-family:comic sans ms;font-size:20px;color:#FFFFFF"><center><b><br><br>T<br>E<br>X<br>T<br>H<br>E<br>R<b>E<br><br></font></marquee>

BOUNCE BACK AND FORTH MARQUEE

<marquee behavior=alternate> TEXT HERE</marquee>

MARQUEE W/ BG COLOR

<marquee bgcolor=aqua> TEXT HERE</marquee>

MARQUEE THAT CHANGES SPEED WHEN YOU PUT YOUR MOUSE OVER IT

 <!--StartFragment--><marquee
onMouseover="this.scrollAmount=#"
onMouseout="this.scrollAmount=#">
TEXT</marquee>

MARQUEE W/ LOOP #

 <marquee loop=#>Text</marquee>

MARQUEE THAT GOES AND THEN STOPS

<marquee behavior=slide> TEXT</marquee>

REGULAR MARQUEE

<marquee bgcolor=COLOR width=# scrollamount=# direction=L,R,U,orD> TEXT HERE</marquee>
MUSIC... MAKE A MUSIC PLAYLIST

<script>
function PlaySong(name)
{
  var text =
  "<embed src = \"" + name + "\" type = \"audio/x-bmx\" " +
  "backcolor = \"200, 200, 200\" " +
  "scrollspeed = 0 " +
  "infocolor = \"0, 140, 200\" " +
  "width = 0 height = 0" +
  ">";
  if (document.all)
  {
    // Internet explorer
    document.all.Plugin.innerHTML = text;
  }
  else
  {
    // Netscape
    document.Plugin.document.write(text);
    document.Plugin.document.close();
  }
}
</script>

ADD MUSIC TO PLAYLIST

<div ID = "PlayList">
<b>Playlist</b><br>
  <a href = "javascript:PlaySong('filesong1.wma')">Song 1</a><br>
  <a href = "javascript:PlaySong('http://domain.com/filesong2.wma')">Song 2</a><br>
  <a href = "javascript:PlaySong('http://domain.com/filesong3.wma')">Song 3</a><br>
</div>
<div ID = "Plugin"></div>

PLAY/STOP MUSIC CONTROL

<OBJECT ID="Player" height="0" width="0"
  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
</OBJECT>

<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp()">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop" OnClick="ShutMeDown()">

<SCRIPT>
<!--

function StartMeUp ()
{
    Player.URL = "http://yoursite.com/musicfilename.wma";
}

function ShutMeDown ()
{
    Player.controls.stop();
}

-->
</SCRIPT>

TEXT...

DROP SHADOW TEXT

 <TABLE STYLE="filter:dropshadow(color=FFFFFF, strength=4)"> <TR><TD><center> TEXT GOES HERE</TABLE>
GLOW TEXT
 <!--StartFragment--> <TABLE
STYLE="filter:glow text(color=FFFFFF,
strength=4)">
<TR><TD><center>
TEXT GOES HERE</TABLE>
SHADOWED TEXT
<!--StartFragment--><TABLE
STYLE="filter:shadow(color=FFFFFF,
strength=4)">
<TR><TD><center>
TEXT GOES HERE</TABLE>

LINKS...

SLASHED OUT

<STYLE type="text/css"><!-- A:link{color:COLOR;text-decoration:none} A:visited{color:COLOR;text-decoration:none} A:active{color:COLOR;text-decoration:none} A:hover{color:COLOR;text-decoration:line-through} --></STYLE>

BLURRED

<style type="text/css">
/*
Blurred Hyperlinks - xanga.com/add_ons
- use only 45, 90, 135, 180, 225, 270, 315, or 360 for DIRECTION
- STRENGTH means the blur power
- do not change or remove HEIGHT:0 and add="0"
*/
a:hover {filter:blur(add="0",direction="90",strength="7"); height:0;};
</style>

HEX CODES AND COLORS...

Dodgerblue Salmon Blueviolet Turquoise Darkpink Lime Seagreen Pink Royalblue Yellow Goldenrod Coral Burlywood Firebrick Forestgreen Fuchsia Indigo Skyblue Indianred Olive Peru Orchid Plum Springgreen Steelblue Teal Blue Hotpink Cornflowerblue


Monday, January 10, 2005

i used sum of my codez here...other codes such as the pop-ups and the borders are used already on my site...

CLOCK

PINK LINK BUTTON

DROP SHADOW TEXT

Hi...Welcum 2 my html site...

SHADOWED TEXT

This site iz REALLY good...u'll b glad u came

GLOW TEXT

hope my site helpz u...

BASIC MARQUEE

pleez giv me eprops...

SWIRL UP MARQUEE



H
E
L
L
O
E
V
R
I
1

BOUNCE BACK AND FORTH MARQUEE

Leav me sum good comments...

MARQUEE W/ BG COLOR

Subscribe 2 me...

MARQUEE THAT CHANGES SPEED WHEN YOU PUT YOUR MOUSE OVER IT

Do u like my site?

MARQUEE W/ LOOP #

This site iz AMAZING...don't u agree?

MARQUEE THAT GOES AND THEN STOPS

hope u use my codes...



www.coolcounters.com

<bgsound src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/25992/29948_1_2_04.asf" loop="infinite">