♥--»About Us!!
[x]We are: Kristine,Fatima,& Danica
[x]Age: 11-12
[x]Stuck on: Guam
[x]We are: girls
[x]When it all started: 06-14-05
[x]Originally from: lookslike_layouts
♥--»
Rules
* Do not claim our layouts as
your own
* If you use our layouts,please
vote,subscribe,or comment us.
* If you dont like our layouts,we dont care
* You may edit some things in our
layouts,but please leave our link
there
* Please follow all rules[esp.
this one],and ENJOY
♥--»Vote For Us!
We try our best to make these layouts, show your appreciation by voting. You're a couple of clicks away.
Last Updated
June 25, 2005
WE ARE QUITTING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Frequently Asked Questions
Read before requesting
NO MORE REQUESTING...WE QUIT! SORRY....
Pick Ups!
&& Hoyas!
[Requested by: UGA_Baby_1447]
&& Best Friends Last....
[Requested by: Chanel and Karen] && The Notebook
[Requested by: x3_Summer] && McEachern Indians
[Requested by ilovenerdsalltheway10] && Margarita
[Requested by: hyperstarbaby16] && The Notebook II
[Requested by: x3_Summer]
&& A Cinderella Story
[Requested by: x3_Summer]
&& I'm Here Without You
[Requested by: x_im_here_without_you_x]
&& Cardinals
[Requested by: dim_dynasty2]
&& Punk&Rock Musik
[Requested by:Karen]
&& The Longest Yard
[Requested by: MVilles_MVP]
&& "Wondering Tonight"
[Requested by:MissOh]
&& I <3 Vital Edge & Company Dance Teams [Requested by:Ashleigh]
&& I love you forever... [Requested by:??] && Here's some advice... [Requested by:SpDaRrAaWnKoCiAdB_44]
&& Fargo South Bruins [Requested by: peanutbutterandlowrisesocks]
&& Iconz_Codes_And_M0re [Requested by: Iconz_Cozdes_And_M0re
&& Whitney + Brent [Requested by: Whitz_Heart_You
WE HOPE YOU LIKE IT!
A BIG Thanks to: Lissexplains and createblog !
Basic Marquee
<marquee>Text Here</marquee> Marquee going left<marquee behavior=slide direction=left>Text Here</marquee>
Marquee going right<marquee behavior=slide direction=right>Text Here</marquee>
Bouncing Marquee
<marquee behavior="alternate">Text Here</marquee>
<marquee behavior="alternate">your message here</marquee>
Background Marquee
<marquee behavior="alternate" bgcolor="#color" width="400">Text Here</marquee>
Marquee going up
<marquee behavior=scroll direction="up" scrollamount="5">Your message here</marquee>
Maquee going down
<marquee behavior=scroll direction="down" scrollamount="5">text here</marquee>
4 Marquees with background
<marquee bgcolor="#your color" width="20%">your exciting message here</marquee><marquee bgcolor="#your color" width="20%" direction="right">your exciting message here</marquee><marquee bgcolor="#your color" width="20%">your exciting message here</marquee><marquee bgcolor="#your color" width="20%" direction="right">your exciting message here</marquee>
Pop Up Alert - Enter
<SCRIPT>alert ('Text Here')</SCRIPT>
Pop Up Alert - Exit
<body onUnload="alert ('Text Here')">
Pop up alert when right clicking
<script language="JavaScript">
var message="Hold Ctrl C to copy and Ctrl V to paste!";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</SCRIPT>
Button Alert
<form ACTION=URI><input type="button" style="background:#9900ff" value="click here" onClick='alert("Text Here")'></form>
Alert on mousehover
<a href=""onMouseover="alert('write your message here')">Put your own words here</a>
Text Box
<TEXTAREA style="WIDTH: 127px; COLOR: #000000; FONT-FAMILY: century gothic; HEIGHT: 45px; BACKGROUND-COLOR: #ffffff" rows=1 cols=24>
Image Code
<img src="IMAGE URL HERE">
Talking Wizard
<Object ID=tsaiannie53441 ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object>
<script language="JavaScript">
<!--
//
//edit at next section
var RoverID;
var RoverACS;
tsaiannie53441.Connected = true;
RoverLoaded = LoadLocalAgent(RoverID, RoverACS);
Rover = tsaiannie53441.Characters.Character(RoverID);
Rover.Show();
//list the actions below
//use Rover.Play to make it move
//use Rover.Speak to make it talk
Rover.Play("Txt here");
Rover.Speak("Txt here");
Rover.Play("Txt here");
Rover.Speak("Txt here");
//do not edit below this line
Rover.Hide();
function LoadLocalAgent(CharID, CharACS) {
LoadReq = tsaiannie53441.Characters.Load(CharID, CharACS);
return(true);
}
//-->
</script>
Background for modules
<!-- begin code provided by createblog.com -->
<STYLE type="text/css">
<!--
table.left th { background-image:url('URL HERE') }
table.left td { background-image:url('URL HERE') }
//-->
</STYLE>
Link
<a href=www.URL HERE.com title="see more layouts">Site Name HERE</a>
Transparent Blogs and Modules
<!-- begin code provided by createblog.com -->
<STYLE>
/*
transparent blog
*/
.blogbody, {
/* opacity maximum 100 */
filter: alpha(style=0,opacity=60);
}
</STYLE>
<!-- end code provided by createblog.com -->
<STYLE>
table.left {
/* opacity maximum 100 */
filter: alpha(style=0,opacity=60);
}
</STYLE>
Blink Boxes
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#ffffff","#ffffff","#fffff");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 3;
// the # of columns
var blinkCols = 1;
// the width of the entire box, in pixels or %
var blinkWidth = 500;
// the height of each row, in pixels
var blinkRowHeight = 4.5;
// speed of blinking, in milliseconds
var blinkRate = 2;
// do not edit below this line
st=setTimeout;
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];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</script>
Blog Background color
<!-- begin code provided by createblog.com -->
<style type="text/css">
/*
Blog Background Color
*/
.blogbody {background-color: #ffffff;};
</style>
<!-- end code provided by createblog.com -->
<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #1ce8ff;
}
</style>
Blink Box 2
<!-- Blink Boxes : Provided by Blogring.net -->
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#ffffff","#000000","#000000");
// the border color
var blinkBorderColor = "#ffffff"
// the border width, in pixels
var blinkBorderWidth = 1;
// the # of rows
var blinkRows = 1;
// the # of columns
var blinkCols = 40;
// the width of the entire box, in pixels or %
var blinkWidth = 500;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;
// do not edit below this line
st=setTimeout;
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];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
</SCRIPT>
<!-- End Script by Blogring.net -->
6 Box Marquee
<!-- begin code provided by createblog.com -->
<td>
<fieldset>
<marquee direction="left" height=35 width=50 scrollamount="2"><font
color=#FF3399
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=50 scrollamount="1"><font
color=#FF94C6
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=50 scrollamount="1"><font
color=#FF3399
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=50 scrollamount="1"><font
color=#FF94C6
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=50 scrollamount="1"><font
color=#FF3399
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=53 scrollamount="1"><font
color=#FF94C6
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
</TABLE>
<!-- end code provided by createblog.com -->
False