this is crystalslayouts biznatch
Who are you?
Icon credit: anyone I'm subscribed to
Image hosted by Photobucket.com Visit LashesToAshes_icns's Xanga Site!FantasyImage hosted by Photobucket.com
You`ll be screaming Crystal
Check my pants, i have girl parts
I roam the streets of Indianapolis
Yeah, I'm single
Gasping for air since May 18, 1990
Can't do the math? i'm 16 years old

linkage
xanga
subscribe
sign in or sign out
home
look&feel
your subscriptions
feedback log
need help? click here.
sign the guestbook!
my personal site
my music site
my code/quote/survey site
myspace
my livejournal
sign my wall!

sites that rock your face off

More about me
AIM: Psycholette1717

About this Entry
Posted by: crystalslayouts

Visit crystalslayouts's Xanga Site

Original: 3/12/2006 6:19 PM
Views: 34
Comments: 56
eProps: 83

Read Comments
Post a Comment
Back to Your Xanga Site


Sunday, March 12, 2006

 



820 sUBSCRIBERs

--The Info--

How To Install Layouts:

Click on the link to a layout. Copy the code for the layout thats in the entry. Go to your "look and feel" page. The section labled "Header" has a dropdown box, choose the one that says "Input your own header HTML". Paste the layout code into the box that appears. Save changes.

-----------------------------------------------

Rules!:

Please don't claim you created these layouts. If you want to use them on your layout site, you dont have to make a big deal about giving me credit, just dont take my link off. THANKS! <33


--A Little Q&A--
Q: Do you take requests?
A: No; I didn't make this site so I could do what other people tell me to do. But you can leave a suggestion and if I like the idea, I might make a layout like that.

Q: How do you make layouts?
A: It's not that hard you guys.. you get a blank layout code (try going to www.createblog.com for one, that's where I got mine) and you edit the code to make it look the way you want by changing borders, fonts, colors, pictures, and so on.

Q: When I put the layout on my site, the banner and/or text that is supposed to go at the top is at the bottom of my site. Why is this happening?
A:You probably put the layout code in the wrong spot. Look in the box above this one and read the directions on how to correctly install a layout.

Q: Your layouts suck.
A: Okay well that's not a question, but whatever. If you don't like my layouts, then don't come to my freakin site. You can try checking out all the sites I'm subscribed to, but bitching at me isn't going to fix your problem, now is it? Have a nice day.

Q: Will you go out with me??
A: Stfu.

Q: What do you use to edit your pictures?
A: Photoshop Elements. I had to order it off a website for like $13 or something. Most photo editors can cost up to like $500, and I can't afford that, so that's why most of my pictures aren't too spiffy looking.

Q: Can I email you or IM you sometime?
A: Sure. I'm usually really nice, so go for it.. my email is majikninjette17@sbcglobal.net and my yahoo screen name is the same thing.

Here's an add remover that actually works. Put it in website stats:

 Posted 3/12/2006 6:19 PM - 34 Views - 83 eProps - 56 comments

Give eProps or Post a Comment

56 Comments

browse comments: next › | last »


Visit whOa_x_layouts's Xanga Site!

hey, lol, just put this code in your "custom header" box in Look & Feel. I couldnt keep it on my xanga because it would mess up the background picture. hope it works for you! <33 shelb



Posted 5/8/2005 9:25 PM by whOa_x_layouts - reply

Visit bbdanzer06's Xanga Site!
i dont know why but ur disturbed layout wont work on my xanga. the background isnt there at all.
Posted 5/8/2005 10:17 PM by bbdanzer06 - reply

Visit banners______________________B's Xanga Site!


");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
  document.write("<TD height='" + blinkRowHeight + "'>");
  }
document.write("");
}
document.write("");
// ... 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];
setTimeout('blinkIt()', blinkRate);
}
blinkIt();
//-->

Posted 5/9/2005 7:19 PM by banners______________________B - reply

Visit banners______________________B's Xanga Site!


");
for (r = 0; r < blinkRows; r++){
document.write("<TR>");
for (c = 0; c < blinkCols; c++){
  document.write("<TD height='" + blinkRowHeight + "'>");
  }
document.write("");
}
document.write("");
// ... 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];
setTimeout('blinkIt()', blinkRate);
}
blinkIt();
//-->

Posted 5/9/2005 7:19 PM by banners______________________B - reply

Visit banners______________________B's Xanga Site!
go to http://www.xanga.com/home.aspx?user=html__and__more and the second or third one down it say "blink boxes" and that the code.
Posted 5/9/2005 7:20 PM by banners______________________B - reply

Visit layoutz013's Xanga Site!

< /style >


<!--
//blink boxes - xanga.com/add_ons

//fixed to work with new security measures by
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#00ff00","#FFFF00","#FF8000","#FF409F","#000000");
// the border color
var blinkBorderColor = "#000000"
// the border width, in pixels
var blinkBorderWidth = 3;
// the # of rows
var blinkRows = 2;
// the # of columns
var blinkCols = 20;
// 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 + "'>");
}
document.write("");
}
document.write("");
// ... 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 >

Posted 5/9/2005 8:27 PM by layoutz013 - reply

Visit layoutz013's Xanga Site!

take away the spaces in the top where it says style and at the bottom where it says script, if i didn't add the spaces, it wouldn't show up on the comment (=

http://webmonkey.wired.com/webmonkey/reference/color_codes/  <---that's where i get my colors from to change all the colors on my layouts and the blinky boxes.

Posted 5/9/2005 8:30 PM by layoutz013 - reply

Visit Ganqst3rr_Lay0uts's Xanga Site!
Hi!  I was wondering if you do link exchanges.  If you do, let me know and I will post your button or link on my site!!    Thanks!
Posted 5/17/2005 3:44 AM by Ganqst3rr_Lay0uts - reply

Visit bigbluebabaloo's Xanga Site!

can u plzzzz make me 1 that says

'You gotta put the good with the bad

Smile witht the sad

Love what you got and

Remember what you had'

and plzz make the colors lime green, pink, orange, and white. thank you sooo much.

Posted 5/17/2005 4:53 PM by bigbluebabaloo - reply

Visit dabomb1144's Xanga Site!
hey it would be awesome if you made a nickelback layout!! please i know ur not taking requests but i decided i'd try lol if u are going to make it then please comment back on my xanga!! thanks
Posted 5/17/2005 5:18 PM by dabomb1144 - reply

Visit bigbluebabaloo's Xanga Site!
thank you sooo much!
Posted 5/18/2005 5:03 PM by bigbluebabaloo - reply

Visit pyro_nerd's Xanga Site!
ur making a blink 182 layout?!? thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted 5/20/2005 5:43 PM by pyro_nerd - reply

Visit lolita_18_jb's Xanga Site!
so the one i gave u didnt work??aww now i did want a layout..uh sorry if it didnt =[
Posted 5/20/2005 10:54 PM by lolita_18_jb - reply

Visit lolita_18_jb's Xanga Site!
um im not sure but i want it to be green with modules..like regular one...something with green though...not sure yet...=]
Posted 5/21/2005 12:15 AM by lolita_18_jb - reply

Visit Life1120's Xanga Site!

just wanted to say good job fer ur layouts and i used oen and i subscriebd to you! kepe up teh good work!

Posted 5/22/2005 2:15 PM by Life1120 - reply

Visit Xbabygirl_lauraX's Xanga Site!
Hey. i want to suggest that maybe yiu could do a site called "I may look lke a bitch But Im not" or something  like that... cause im lookin for one thats sorta like that... well bye
Posted 5/22/2005 7:28 PM by Xbabygirl_lauraX - reply

Visit pyro_nerd's Xanga Site!

yes!!!! horray!!!!!!!! ty ty ty ty ty ty ty ty ty!! it works perfectly now!! im gonna be sure to tell everyone about you and ur kick ass layouts!!!!

later, josh

Posted 5/22/2005 10:10 PM by pyro_nerd - reply

Visit x3LilxTiffyxWiffyx3's Xanga Site!
hi i was wondering if you could make me a layout because i'm kinda new. i really want one that has white background all pink text and green borders & stuff. on teh top i want a quote that says "I get what i want ~ dont be jealous" if you could i would also like the picture to be a watermelon. thx :)
Posted 5/24/2005 8:13 PM by x3LilxTiffyxWiffyx3 - reply

Visit frootbooter1234's Xanga Site!

u cud make a flame lay out or a head bangers layout

Posted 5/25/2005 2:43 PM by frootbooter1234 - reply

Visit x3LilxTiffyxWiffyx3's Xanga Site!
back again not really 2 make a request but i luv watermelons~weird addiction lol! well i was wondering if u coudl make a watermelon one~thx gtg byez!
Posted 5/26/2005 10:15 PM by x3LilxTiffyxWiffyx3 - reply

Visit to_sexay_for_my_shirt's Xanga Site!
okay on ur layout that u have on ur xanga you should make the little dashes that go around ur entries alternate from pink to white... that's hott
Posted 5/27/2005 6:22 PM by to_sexay_for_my_shirt - reply

Visit blackroses224's Xanga Site!
well i have a suggestion that maybe you could make a couple more with sayings at the top like "love me when i don't play hard to get" and other stuff like that, like some love saying at the top
Posted 5/28/2005 3:53 PM by blackroses224 - reply

Visit to_sexay_for_my_shirt's Xanga Site!
do u know how to put music on a site? i want to put "Helena" by My Chemical Romance on there! that's phat!
Posted 5/28/2005 4:32 PM by to_sexay_for_my_shirt - reply

Visit to_sexay_for_my_shirt's Xanga Site!
 

*ThAnK yOu!*

Posted 5/28/2005 10:00 PM by to_sexay_for_my_shirt - reply

Visit x3LilxTiffyxWiffyx3's Xanga Site!
hey crystal thx 4 the layout but i wnated 2 kno if i could make osme ajustments ~ no offense, keep teh bord3eers and stuff green but make the font green 3 and teh background light pink. srry :)
Posted 5/29/2005 2:09 PM by x3LilxTiffyxWiffyx3 - reply

browse comments: next › | last »


Choose Identity
(?)
 
Give eProps (?)
Post a Comment
Add Link | Preview HTML comment help 
Profile Pic:
Default  |  Choose »  (?)



Back to crystalslayouts's Xanga Site!
Note: your comment will appear in crystalslayouts's local time zone:
GMT -05:00 (Eastern Standard - US, Canada)