MSN Home  |  My MSN  |  Hotmail
Sign in to Windows Live ID Web Search:   
go to MSNGroups 
Free Forum Hosting
 
Important Announcement Important Announcement
The MSN Groups service will close in February 2009. You can move your group to Multiply, MSN’s partner for online groups. Learn More
WHITE CANVAS[email protected] 
  
What's New
  
    
  MESSAGES  
  General  
  PRACTICE HERE  
  BACKGROUNDS  
  Backgrounds2  
  CALENDAR  
  Christmas Backs  
  Clock/  
  COLOR CHARTS  
  Easter Backs  
  E-CARDS  
  ERASE  
  FAQ'S  
  FONTS  
  FRAMES  
  FUNNY SITES  
  GIF SITES  
  HOLIDAY SITES  
  INSTRUCTIONS  
  LINKABLE SITES  
  MEMBERS SITES  
  TABLE CODES  
  TESTBEDS  
  TOOLS  
  TUTORIALS  
  WAVS  
  Backgrounds  
  Favorites File 1  
  Favorites File 2  
  Favorites File 3  
  Favorites File 4  
  SIGNATURES  
  Snow/Rain Floaters  
  PSP Work  
  PSP Work 2  
  Home  
  
  
  Tools  
 
PRACTICE HERE : Files
Choose another message board
 
     
Reply
 Message 1 of 3 in Discussion 
From: MSN NicknameOucutie5  (Original Message)Sent: 8/13/2004 7:58 AM

<html>




width=600

height=200 border=3>







Janets Favorite Files









width=600

height=150 border=3

cellpadding=2 cellspacing=2 (for mult. cells)

align=center

valign=top>










text=blue

width="100"

height="30"

border=1>










"http://www.asha.net/magazine.html">

About American Saddlebreds
















text=blue

width="100"

height="30"

border=1>








"http://communities.msn.com/iPAQA12USERS/messageboard.msnw">

IPAC messages














text=blue

width="100"

height="30"

border=1>




"http://members.tripod.com/~annie43/angels.html">

Angel Kids
















text=blue

width="100"

height="30"

border=1>




"http://www.digitalblasphemy.com/">

Digital Blasphemy
















text=blue

width="100"

height="30"

border=1>




"http://www.angelfire.com/tx4/SultryRoseSigs/email/index.html">

Sultry Rose






















text=blue

width="100"

height="30"

border=1>










"http://greetingcards.msn.com/">

Greeting Cards












text=blue

width="100"

height="30"

border=1>




"http://www.king5.com/">

King5
















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/cdazzle1/names.html">

Lisa's Names by Request


















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/psqueen/">

Mandy's Pool and Pub






















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/Vain/index.html">

Mz Vains Resources
















text=blue

width="100"

height="30"

border=1>




"http://www.yourhrinfo.qwest.com/touch.shtml">

Qwest


















text=blue

width="100"

height="30"

border=1>




"http://www6.regards.com/[email protected]&TN=">

Regards
















text=blue

width="100"

height="30"

border=1>




"http://seattlep-i.nwsource.com/">

P.I.






















text=blue

width="100"

height="30"

border=1>




"http://sendingfun.com/default.asp">

Sending Fun
















text=blue

width="100"

height="30"

border=1>





Trip


















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/ansels/">

Always A Lady


















text=blue

width="100"

height="30"

border=1>




"http://www.yahoo.com/">

Yahoo






















text=blue

width="100"

height="30"

border=1>




"http://games.yahoo.com/">

Yahoo Games














text=blue

width="100"

height="30"

border=1>




"http://finance.yahoo.com/">

Yahoo Finance


















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/norbert12/">

Norberts Index


















text=blue

width="100"

height="30"

border=1>




"https://mypolicy.geico.com/index.jsp?logout=true&bmUID=989088979984">

Geico Direct






















text=blue

width="100"

height="30"

border=1>




"http://community.webshots.com/album/3505823mwgjBOFInO">

Makoto Kitties
















text=blue

width="100"

height="30"

border=1>




"http://www.watermarkcu.org/">

Watermark Credit Union


















text=blue

width="100"

height="30"

border=1>




"http://www.wtv-zone.com/angel-eyes-34/">

Angel Eyes


























Files of - Janet









</html>























First  Previous  2-3 of 3  Next  Last 
Reply
 Message 2 of 3 in Discussion 
From: MSN NicknameOucutie5Sent: 8/13/2004 7:59 AM
<html>
Janets Favorite Files
About American Saddlebreds
IPAC messages
Angel Kids
Digital Blasphemy
Sultry Rose
Greeting Cards
King5
Lisa's Names by Request
Mandy's Pool and Pub
Mz Vains Resources
Qwest
Regards
P.I.
Sending Fun
Trip
Always A Lady
Yahoo
Yahoo Games
Yahoo Finance
Norberts Index
Geico Direct
Makoto Kitties
Watermark Credit Union
Angel Eyes

Files of - Janet

</html>

Reply
 Message 3 of 3 in Discussion 
From: MSN NicknameOucutie5Sent: 10/10/2004 4:05 AM
<html>

<head><title>Rain/Snow effect</title>

<style>
.drop { position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 40; color: blue }
</style>
<script language="javascript">

//Rain/Snow effect- By Craig Blanchette Craiga.topcities.com
//Script featured on Dynamic Drive
//Visit http://www.dynamicdrive.com for this script and more

snow = false    // false-rain;   true-snow
snowsym = " * "  //These are the symbols for each
rainsym = " / "  //You can put images here.
howmany = 20     //How many drops/snowflakes?

/**************Do not need to change anything below***********/
if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}
else{sym = rainsym; speed=50; drops=howmany; angle=6}
movex = -speed/angle; movey = speed; count = 0;

function moverain(){
for(move = 0; move < drops; move++){
xx[move]+=movex;  yy[move]+=mv[move];
hmm = Math.round(Math.random()*1);
if(xx[move] < 0){xx[move] = maxx+10;}
if(yy[move] > maxy){yy[move] = 10;}
drop[move].left = xx[move]
drop[move].top = yy[move]+document.body.scrollTop;
}setTimeout('moverain()','1')}
</script>
</head>


<table width="100%" height="100%" bgcolor="burlywood" frame="box" align="center" valign="middle" bordercolor="yellow" border="12">
<tr><td align="center"><br><br><br>
<BR><BR><BR><BR>
<center><img src="



<br'>http://www.wtv-zone.com/rhudas/gifs/pmkid.gif"></center><br><br><br
>
<center><font size=5 color=brown><i>Evie did a "Spring" post, I will too.<p>Had time on my hands, with nothing to do<p>So she used flowers, I'll use rain<p>It sounds so nice on your windowpane<p>The most beautiful season, fit for a king<p>Of course, you know what it is...........IT'S SPRING!</font></i></center><br><br>
<center><font size=5 color=brown><i>Qt</font></i></center><br><br><br>

 

 

<script language="javascript">
if (document.all){
drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()
ly = "document.all[\'"; st = "\'].style"
for(make = 0; make < drops; make++){
document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');
drop[make] = eval(ly+'drop'+make+st);
maxx = document.body.clientWidth-40
maxy = document.body.clientHeight-40
xx[make] = Math.random()*maxx;
yy[make] = -100-Math.random()*maxy;
drop[make].left = xx[make]
drop[make].top = yy[make]
mv[make] = (Math.random()*5)+speed/4;
drop[make].fontSize = (Math.random()*10)+20;
if(snow){col = 'white'}else{col = 'blue'}
drop[make].color = col;
}
window.onload=moverain
}
</script>
</body>
</html>